



/* thumbnail slider begin */

/* apply the gallery design - links slider */
#gallery_container {  width: 400px; height:67px ; margin:0; background:#EBE2E5 ; padding:7px; display:block; position:relative;  }
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ width: 400px; position:relative ; overflow:hidden ; height:60px ; margin:0; padding-left: 0; margin-right: 20px;  }
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative;margin-left: 10px;margin-right: 1px; }

#thumbs a { padding:0px; }
#thumbs a img{ border:0; margin-left: 0;margin-right: 5px;}


/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:18px; height:74px; top:0px; right:0px; background:url(../img/gallery_fwd.jpg) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:18px; height:74px; top:0px; left:0px; background:url(../img/gallery_back.jpg) no-repeat;  }
/* thumbnail slider end */

/* banner rotator */


#gallery_container {  width: 400px; height:67px ; margin:0 auto 10px; background:#EBE2E5 ; padding:7px 0px 0px 0px; display:block; position:relative; }
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ width: 400px; position:relative ; overflow:hidden ; height:67px ; 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:0; }

/* the forward and backward buttons */
/* thumbnail slider end */



