/*******	CAROUSEL	*******/
#myslides{
background: url(../images/background_altre-proposte.jpg) repeat-x;	
}

#mygallery{
overflow: hidden;
}

.stepcarousel{	
position: relative; 
overflow: scroll; 
width: 890px; 
height: 132px;
margin: 0px auto 0px 4px;	
background:none;	
}

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

.stepcarousel .panel{	 
overflow: hidden;
margin: 10px 1px 10px 1px ;
width:111px;height:120px;
}

.stepcarousel .panel p{	
text-align: left;	
overflow: hidden; 
margin: 3px 1px ;
 }

.stepcarousel .panel h2{
height:16px;	
overflow: hidden; 
margin: 0px 5px ; 
color:#666; 
font-size:13px;font-weight:normal;
text-align:center;
}

.stepcarousel .panel h2 a:visited ,.stepcarousel .panel h2 a:link{
text-decoration:none;	
color:#666;
}

.stepcarousel .panel img{
background:#none; 
width:111px;
height:74px;
margin:0 0 3px 0;	
}
	
