@charset "utf-8";

.stepcarousel{
	position: relative;
	overflow: scroll;
	width: 700px;
	height: 290px;
}

.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left;
	overflow: hidden;
	width: 175px;
	padding: 2px;
}

.stepcarousel2{
	position: relative;
	overflow: scroll;
	width: 700px;
	height: 400px;
}
.stepcarousel2 .belt2{ position: absolute; left: 0; top: 0; }
.stepcarousel2 .panel2{
	float: left;
	overflow: hidden;
	width: 680px;
	height: 400px;
	background-color: transparent;
	margin: 10px;
}