@charset "UTF-8";
/* CSS Document */
.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 98%;
	height: 130px; /*Height should enough to fit largest content's height*/
	margin:0px 10px 0px 4px;
}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
/*.stepcarousel .panel {
	float: left; 
	height: 110px;
	margin: 40px 5px 0px 5px; 
	border: 1px solid #cccccc;
}*/
/* This has a set width*/
.stepcarousel .panel {
	float: left; 
	height: 80px;
	margin: 10px 10px 0px 10px; 
	width: 200px; 
	overflow:hidden;
	border: 1px solid #333333;
}