/* DIV container slider example */
#gallery_container2 {height:151px ; margin:0; padding:0; display:block; position:relative;}

/* create custom forward-backward buttons for this container */
#gallery_container2 .addfwd { display:block; position:absolute; cursor:pointer; width:14px; height:25px; top:93px; right:-17px; background:url(/img/default/next-horizontal.gif) no-repeat center; z-index:4}
#gallery_container2 .addbkwd { display:block; position:absolute; cursor:pointer; width:14px; height:25px; top:93px; left:-19px; background:url(/img/default/prev-horizontal.gif) no-repeat center; z-index:4}

/* the width is set to show the number of thumbnails that will be visible */
#thumb_container2{ position:relative ; overflow:hidden ; width:663px ; height:151px}
/* 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; margin-right:4px}

#thumbs2 a { padding:0px; margin:0px; clear:both; display:block; }
#thumbs2 a img {border:0}

