.stepcarousel{
float:left;
position:relative; /*leave this value alone*/
overflow:hidden;
width: 530px; /*Width of Carousel Viewer itself*/
height: 250px; /*Height should enough to fit largest content's height*/
margin:0 0 0 15px;
}
.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*/
width: 109px;
height:250px;
}

.stepscrolli{
	float:left;
	height:118px;
	overflow:hidden;

}

.stepcont{
	float:left;
	color:#474747;
	width:100%;
	display:block;
	font-size:12px;
	overflow:hidden;
	text-align:center;
	padding:10px 0 0 0px;
	font-family:Arial, Helvetica, sans-serif;
}

.stepcont a{
	color:#474747;
	text-decoration:none;
}