
.stepcarousel {
	/*width:100%;*/ height:90px;
	width:800px;
	position:relative;
	overflow:scroll;
	z-index:1;
}
html>body .stepcarousel {
	margin-left:auto;
	margin-right:auto;
}
.stepcarousel .belt {
	position:absolute;
	left:0; top:0;
	width:100%;
}
.stepcarousel .panel {
	height:60px;
	float:left;
	overflow:hidden;
	/*width: 192px; height: 144px;*/
	margin: 15px 35px 0 0;
}

