.stepcarousel{
position: relative; /*leave this value alone*/
border: 5px solid white;
overflow: scroll; /*leave this value alone*/
width: 600px;
height: 170px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: 600px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
}

p.samplebuttons{
width: 450px;
text-align: center;
}

p.samplebuttons a{
color: #2e6ab1;
padding: 1px 2px;
margin-right: 3px;
text-decoration: none;
}
.colorbt{
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}

