
/* thumbnail slider begin */

/* apply the gallery design - links slider */
#gallery_container {  width:492px ; height:94px ; margin:1px auto 10px; padding:7px 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:442px ; height:94px ; margin:30px auto 0px;  }
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative; }

#thumbs a { padding:5px; margin:0px; }
#thumbs a img{ border:7px #e3e3e3; solid; border-style: ridge;
 }


/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:55px; height:55px; top:52px; right:-50px; background:url(../gallery/gallery_fwd.png) no-repeat;}
.addbkwd { display:block; position:absolute; cursor:pointer; width:55px; height:55px; top:52px; left:-50px; background:url(../gallery/gallery_back.png) no-repeat; }
/* thumbnail slider end */

                                                                                                                              `