/* DIV container slider example */
#gallery_container2 {padding-top:5px;width:292px ; height:98px ; display:block; position:relative; background:url(../images/smallPanelBG.gif);background-repeat:repeat-x;margin-top:5px}

/* create custom forward-backward buttons for this container */
#gallery_container2 .addfwd {display:block; position:absolute; cursor:pointer; width:12px; height:98px; top:0px; right:0px; background:url(../images/gallery_fwd2.gif) no-repeat center;}
#gallery_container2 .addbkwd {display:block; position:absolute; cursor:pointer; width:12px; height:98px; top:0px; left:0px; background:url(../images/gallery_back2.gif) no-repeat center;}

/* the width is set to show the number of thumbnails that will be visible */
#thumb_container2{ position:relative ; overflow:hidden ; width:242px ; height:130px ; margin:0px auto}
/* the thumbnails container; set a width on it so everything will be fine */
#thumbs2 { display:block; position:relative; width:6000px; }

#thumbs2 div.thumbnail { color:#FFF; text-align:left; display:block; position:relative; float:left; font-size:11px; width:164px; height:80px; overflow:hidden; padding:5px; padding-right:20px}

#thumbs2 a {padding:0px; margin:0px; display:block;}



