
.stepcarousel {
	width:100%; height:100px;
	position:relative;
	overflow:scroll;
	background: transparent url(/i/jquery/stepcarousel/step_bg.png) repeat-x 0 0;
	z-index:1;
	/*border: 1px solid #fff;*/
}
html>body .stepcarousel {
	margin-left: 0 auto;
	margin-right: 0 auto;
}
.stepcarousel .belt {
	position:absolute;
	left:0; top:0;
	width:100%;
}
.stepcarousel .panel {
	height:80px;
	float:left;
	overflow:hidden;
	/*width: 192px; height: 144px;*/
	margin: 10px 5px 0 0;
}
.stdec {
	height:16px;
	background: transparent url(/i/jquery/stepcarousel/step_bg2.png) repeat-x 0 0;
	margin: 0 0 20px 0;
}
.stdec2 {
	height:16px;
	background: transparent url(/i/jquery/stepcarousel/step_dec3.png) no-repeat 0 0;
}
.stdec3 {
	height:16px;
	background: transparent url(/i/jquery/stepcarousel/step_dec4.png) no-repeat 100% 0;
}
.stbg {
	background: transparent url(/i/jquery/stepcarousel/step_bg.png) repeat-x 0 0;
}

