
.gallery
{
background: #1b1b1b;
width:915px; 
height:240px;
float:left
}
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow:hidden; /*leave this value alone*/
	width: 860px; /*Width of Carousel Viewer itself*/
	height: 230px; /*Height should enough to fit largest content's height*/
	margin:0 auto;
}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
margin-right:5px;

}

.stepcarousel .panel{
float:left;
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px 18px 10px 0px; /*margin around each panel*/
width:157px;
}

.stepcarousel .panel img{
	border:1px solid #fff;}



