.stepcarousel{
float:left;
position: relative; /*leave this value alone*/
overflow:hidden;
width:260px; /*Width of Carousel Viewer itself*/
height: 82px; /*Height should enough to fit largest content's height*/
margin:0 10px  0 10px;
}

.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: 260px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepscrolli{
	float:left;
	height:80px;
	overflow:hidden;
	padding:5px;
}

.stepcont{
	float:left;
	color:#333;
	width:260px;
	display:block;
	font-size:11px;
	overflow:hidden;
	text-align:center;
	margin:20px 0 0 0px;
	font-family:Arial, Helvetica, sans-serif;
}

.stepcont a{
	color:#333;
	text-decoration:none;
}