/* apply the gallery design */
#gallery_container {
height:121px ; 
margin:0px; 
padding:0px; 
display:block; 
position:relative; 
width : 465px;
background-color : #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 : 465px;
}
/* the thumbnails container */
#thumbs { 
white-space:nowrap; 
display:block; 
position:relative; 
padding-top : 2px;
}



#thumbs a { 
padding:0px; 
margin:0px; 
}

#thumbs a img{ 
	border:0px #e0e0e0 solid; 
	padding : 3px;
	margin : 2px;
}




/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:25px; height:121px; top:0px; right:0px; background:url(../immagini/gallery_fwd.jpg) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:25px; height:121px; top:0px; left:0px; background:url(../immagini/gallery_back.jpg) no-repeat;  }
/* thumbnail slider end */