﻿
/* DIV container slider example */
#gallery_container3 {  width:948px ; height:134px ; margin:10px auto 10px; padding:7px 0px 0px; display:block; position:relative; }

/* create custom forward-backward buttons for this container */
#gallery_container3 .addfwd {  display:block; position:absolute; cursor:pointer; width:25px; height:134px; top:0px; right:0px; background:url(../images/right.png) no-repeat center;  }
#gallery_container3 .addbkwd { display:block; position:absolute; cursor:pointer; width:25px; height:134px; top:0px; left:0px; background:url(../images/left.png) no-repeat center;  }

/* the width is set to show the number of thumbnails that will be visible */
#thumb_container3{ position:relative ; overflow:hidden ; width:900px ; height:130px ; margin:0px auto 0px; }
/* the thumbnails container; set a width on it so everything will be fine */
#thumbs3 { display:block; position:relative; width:6000px; }

#thumbs3 div.thumbnail { display:block; position:relative; float:left; font-size:11px; width:210px; text-align:center; }

#thumbs3 a { padding:0px; margin:0px; clear:both; display:block; }
#thumbs3 a img{ border:3px #592304 solid; }

