.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 560px; /*Width of Carousel Viewer itself*/
height: 150px; /*Height should enough to fit largest content's height*/
margin: 0 0 0 20px;
border: 3px solid #999;
border-left:none;
border-right:none;
background:#ebebeb
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: -2px;
top: -2px;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
background:tranparent;
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0 10px; /*margin around each panel*/
width: 186px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
border-right:1px solid #e2e2e2;
height:150px
}

.stepcarousel .last {
	border:none
}
.stepcarousel .panel img {
	text-align:center
}
.stepcarousel .panel p {
	line-height:normal;
	margin:0 0 14px 0;
	padding-left:20px;
	text-align:left
}