
/* apply the gallery design - links slider */
#gallery_container {  height:95px ; background: Transparent url('images/bgslider.gif') repeat-x; padding:17px 0px 17px 0px; display:block; position:relative;}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ position:relative ; overflow:hidden ; width:950px; margin:0px auto 0px;  }
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative; }

#thumbs a { padding:0px; margin:0px; }
#thumbs a img{ border:solid 1px #c0c3ca; margin-right:14px; }

/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:14px; right:0px; background:url('images/btnnext.png') no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:14px; left:0px; background:url('images/btnprevious.png') no-repeat;  }
/* thumbnail slider end */

