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

.stepcarousel{
	position: relative;
	overflow: scroll;
	height: 250px;
	width: 400px;
}

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

.stepcarousel .panel{
	float: left;
	overflow: hidden;
	width: 400px;
	height: 250px;
	background-color: #F0f0f0;
	padding: 0px;
}
