/* apply the gallery design */
#gallery_container {
height:101px ; 
margin:0px; 
padding:0px; 
display:block; 
position:relative; 
width : 400px;
background-color : #ebe2e5;
padding-left : 20px;
}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ 
position:relative ; 
overflow:hidden ; 
margin:0px;  
padding : 0px;
}
/* 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;
}


/* apply the gallery design */
#gallery_container_video {
height:101px ; 
margin:0px; 
padding:0px; 
display:block; 
position:relative; 
width : 400px;
background-color : #ebe2e5;
padding-left : 20px;
}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container_video{ 
position:relative ; 
overflow:hidden ; 
margin:0px;  
padding : 0px;
}
/* the thumbnails container */
#thumbs_video { 
white-space:nowrap; 
display:block; 
position:relative; 
padding-top : 2px;
}



#thumbs_video a { 
padding:0px; 
margin:0px; 
}

#thumbs_video 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:101px; top:0px; right:0px; background:url(../immagini/gallery_fwd.jpg) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:0px; left:0px; background:url(../immagini/gallery_back.jpg) no-repeat;  }
/* thumbnail slider end */
