/* apply the gallery design - links slider */
#gallery_container {height:566px ; margin:2px auto 2px; background:transparent; 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 ; height:562px ; margin:0 auto 0;  }
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative; }

#thumbs a { padding:0; margin:0; }
#thumbs a img {}

/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:24px; height:129px; top:56px; right:-5px; background:url(../images/rarrow.png) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:24px; height:129px; top:56px; left:-5px; background:url(../images/larrow.png) no-repeat;  }
/* thumbnail slider end */
