/* apply the gallery design - links slider */
#gallery_container { overflow:hidden; max-width:600px; height:106px ; margin:0px 5px 10px; padding:0px 28px 0px 28px; display:block; position:relative; }
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ position:relative ; overflow:hidden; height:130px ;}
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative; padding-top:0px; }

#thumbs a { padding:0px; margin:0px; }
#thumbs a img{ border:none; }

/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:25px; height:98px; top:0px; right:4px; background:url(../images/gallery_fwd.jpg) no-repeat; }
.addbkwd { display:block; position:absolute; cursor:pointer; width:25px; height:98px; top:0px; left:3px; background:url(../images/gallery_back.jpg) no-repeat; }
/* thumbnail slider end */



