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


#carousel   {
	height: 247px;
	margin-bottom: 5px;
}
.stepcarousel{
	position: relative;
	overflow: hidden;
	height: 247px;
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel{
	overflow: hidden;
	width: 984px;
}
