#gallery-latest
{
	position: relative;	
}

.prev-link
{
	position: absolute;
	left: 0px;
	top: 122px;
}

.next-link
{
	position: absolute;
	right: 0px;
	top: 122px;
}

.latest-work-content
{
	position: relative;
	
	height: 240px;
	width: 280px;
	overflow: hidden;
}

.latest-work-item
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #32343a;
	height: 240px;
	width: 280px;
	display: block;
}

.tag-item-holder
{
	position: relative;
}

.tag-item
{
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #2e3036;
	height: 220px;
	width: 190px;
	display: block;
}

.tag-item ul
{
	display: block;
}

a
{
	outline: none;	
}

#mygallery
{
	/*padding: 10px;*/
}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 10px solid #47484f;
overflow: scroll; /*leave this value alone*/
width: 360px; /*Width of Carousel Viewer itself*/
height: 260px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 380px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.latest-work-item .sIFR-flash
{
	/*background: transparent;	*/
}
