@charset "utf-8";
/* CSS Document */
.stepcarousel{
position: relative; 
overflow: scroll; 
width:1000px;
margin:auto; 
height: 298px; 
}

.stepcarousel .belt{
position: absolute; 
left: 0;
top: 0;
background:none;
}

.stepcarousel .panel{
height:278px;
width:287px;
float: left;
padding:0;
margin:10px;
margin-left:7px;
margin-right:7px;
overflow: hidden; 
background:none;
}
.stepcarousel .panel img{

}