@charset "utf-8";
/* CSS Document */

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 931px; /*Width of Carousel Viewer itself*/
	height: 150px;
	margin: 0px;
	padding: 0px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	height: 150px;
	width: 930px;
	margin: 0px;
	padding: 0px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 310px;
}

