div.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 670px; /*Width of Carousel Viewer itself*/
	height: 193px; /*Height should enough to fit largest content's height*/
	top:0px;
	left:0px;
}
div.stepcarousel div.belt {
	position: absolute; /*leave this value alone*/
	left: 0px;
	top: 0px;
}


.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px 5px 10px 3px; /*margin around each panel*/
	width: auto; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	text-align:center;
	
}
.stepcarousel .panel a {
	color: #3A5BA6;
	text-decoration: none;
}
.stepcarousel .panel a:hover {
	text-decoration: underline;
	color:#3A5BA6;
}
