/* DIV container slider example */
#gallery_container2 {  width:265px ; height:115px ;padding:0px; display:block; position:relative;margin:0px;}


/* the width is set to show the number of thumbnails that will be visible */
#thumb_container2{ position:relative ; overflow:hidden ; width:265px ; height:115px ; margin:0px; }
/* the thumbnails container; set a width on it so everything will be fine */
#thumbs2 { display:block; position:relative; width:6000px; }

#thumbs2 div.thumbnail { display:block; position:relative; float:left;}
