/* apply the gallery design */
#gallery_container {
height:111px ; 
margin:0px; 
padding:0px; 
display:block; 
position:relative; 
padding-top : 10px;
border-bottom : 1px dotted #e0e0e0;
border-top : 1px dotted #e0e0e0;
;
}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ 
position:relative ; 
overflow:hidden ; 
margin:0px;  
padding : 0px;
width : 700px
}
/* the thumbnails container */
#thumbs { 
white-space:nowrap; 
display:block; 
position:relative; 
padding-top : 0px;
}


#thumbs a { 
padding:0px; 
margin:0px; 
margin : 2px;
}

#thumbs a img{ 
	border:0px #e0e0e0 solid; 
	padding : 0px;
	
}




/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:20px; height:121px; top:0px; right:0px; background:url(../immagini/gallery_fwd.jpg) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:20px; height:121px; top:0px; left:0px; background:url(../immagini/gallery_back.jpg) no-repeat;  }
/* thumbnail slider end */
