.stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 688px; /*Width of Carousel Viewer itself*/
	height: 100px; /*Height should enough to fit largest content's height*/
	background-colour: ffffff;
}
.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: 5px; /*margin around each panel*/
width: 120px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.stepcarousel .text{
font:Arial, Helvetica, sans-serif ;
font-size:12;
color:grey;
}

.stepcarouse2{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 688px; /*Width of Carousel Viewer itself*/
	height: 110px;
}

.stepcarouse2 .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	background: #ECECEC;
}

.stepcarouse2 .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: 120px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	background: #000000;
	border: 1px solid #333333;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.stepcarouse2 .text{
	font:12 Arial, Helvetica, sans-serif;
	color:#333333;
}
