.stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 640px; /*Width of Carousel Viewer itself*/
	height: 700px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	clear:both;
}

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

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

.panel img {
	margin:0 auto;
}

.stepcarousel-img-wrapper {
	margin:0 auto;
	width:610px;
}
.load-thumb {
	float:left;
	height:180px;
}
