#gallery_container1 .addfwd { display:block; position:absolute; cursor:pointer; width:25px; height:100px; top:0px; right:-5px; background:url(gallery_fwd2.gif) no-repeat center;  }
#gallery_container1 .addbkwd { display:block; position:absolute; cursor:pointer; width:25px; height:100px; top:0px; left:-5px; background:url(gallery_back2.gif) no-repeat center;  }

/* the width is set to show the number of thumbnails that will be visible */
#thumb_container1 { position:relative ; overflow:hidden ; width:700px ; 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:175px; text-align:center; }
#thumbs1 a { padding:0px; margin:0px; clear:both; display:block; }
#thumbs1 a img{ border:1px #333333 solid; }

