#gallery_container1 
.addfwd { 
display:block; 
position:absolute; 
cursor:pointer; 
width:25px; 
height:84px; 
top:0px; 
right:-5px; 
background-image: url(gallery_fwd2.gif);
background-repeat: no-repeat;
background-position: center;  
}
#gallery_container1 
.addbkwd { 
display:block; 
position:absolute; 
cursor:pointer; 
width:25px; 
height:84px; 
top:0px; 
left:-5px; 
background-image: url(gallery_back2.gif);
background-repeat: no-repeat; 
background-position: center;
}

/* the width is set to show the number of thumbnails that will be visible */
#thumb_container1 { position:relative ; overflow:hidden ; width:730px ; height:330px ; margin:0px auto 0px; }

#thumbs1 { display:block; position:relative; width:12000px; }
#thumbs1 div.thumbnail { display:block; position:relative; float:left; margin-right:5px; font-size:11px; width:94px; text-align:center; }
#thumbs1 a { padding:0px; margin:0px; clear:both; display:block; }
#thumbs1 a img{ border:1px #333333 solid; }


