.stepcarousel{
	position: relative; /*leave this value alone*/
	/*border: 20px solid navy;*/
	overflow: scroll; /*leave this value alone*/
	width: 819px;
	height: 400px; /*Height should enough to fit largest content's height*/
}

.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*/
	margin: 0px; /*margin around each panel*/
	width: 819px !important; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


/*.stepcarousel .panel p {
	font-size:10px;
	line-height:12px;
	text-align:center;
	margin:0px;
	padding:0px 7px 0px 7px;
}

.stepcarousel .panel p a {
	color:#999;
}

.stepcarousel .panel p a:hover {
	color:#00a600;
}

.stepcarousel .panel h3 {
	font-size:11px;
	margin-top:18px;
	margin-bottom:3px;
	text-align:center;
}

.stepcarousel .panel h3 a {
	color:#999;
}

.stepcarousel .panel h3 a:hover {
	color:#009900;
}

.stepcarousel .panel p span {
	font-size:11px;
	font-weight:bold;
}*/