/* apply the gallery design - links slider */
#gallery_container {   width:350px ; height:460px ; margin:0px 3px 3px; background:#fff ; padding:0px 0px 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:350px ; height:460px ; padding:0px; margin:0px auto 0px;  }
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; bottom:2px; position:relative; }

#thumbs a { padding:1px; margin:1px; }
#thumbs a img{ margin:2px; border:1px solid #cfcfcf; padding:2px; }


/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:25px; height:25px; top:72px; right:0px; background:url(../../slider/images/gallery_back2.jpg) no-repeat right;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:25px; height:25px; top:72px; left:3px; background:url(../../slider/images/gallery_fwd2.jpg) no-repeat;  }
/* thumbnail slider end */

