.stepcarousel{
        position: relative; 
        overflow: scroll; 
        width: 980px; 
        height: 240px; 
		margin: 0;
}

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

.stepcarousel .panel{
	overflow: hidden;
	margin:0 0 0 30px;
	width: 980px; 
}

.stepcarousel .panel img{
	 margin: 0;
	 /*padding:1px;
	 border:1px solid #ccc;*/
}

/*.stepcarousel .panel img:hover{
	 background:#29A8E0;
	 }*/


/*----- CARRUSEL INDEX --------- */

.stepcarousel-index{
        position: relative; 
        overflow: scroll; 
        width: 900px; 
		padding:0 20px 0 20px;
        height: 240px; 
		margin: auto;
}

.stepcarousel-index .belt-index{
       position: absolute;
	   margin:auto
   
}

.stepcarousel-index .panel-index{
	overflow: hidden;
	margin:0;
	width: 900px;
	padding:0 40px 0 40px;
}

.stepcarousel-index .panel-index img{
	 float: left; 
	 background:#ffffff; 
	 margin: 0 20px 0 0;
	 /*padding:1px;
	 border:1px solid #ccc;*/
}

/*.stepcarousel .panel img:hover{
	 background:#29A8E0;
	 }*/
