/* thumbnail slider begin */

/* apply the gallery design - links slider */
#gallery_container {  width:250px ; height:197px ; margin:0 0 0 10px; padding:0; 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:250px ; height:197px ; margin:0px auto 0px;  }
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative; }

/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:25px; height:197px; top:76px; right:0px; background:url(../images/btn_right.gif) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:25px; height:197px; top:76px; left:0px; background:url(../images/btn_left.gif) no-repeat;  }
/* thumbnail slider end */




/* apply the gallery design - links slider */
#gallery_container2 {  width:250px ; height:197px ; margin:0 0 0 10px; padding:0; display:block; position:relative; }
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container2{ position:relative ; overflow:hidden ; width:250px ; height:197px ; margin:0px auto 0px;  }
/* the thumbnails container */
#thumbs2 { white-space:nowrap; display:block; position:relative; }