#bigger-holder { width:600px; height:400px; margin-bottom:22px; text-align:center;}
#bigger-holder img { border:1px white solid;}

/* apply the gallery design - links slider */
#gallery_container { width:600px ; height:120px; margin:10px auto 10px auto; 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:580px ; height:116px ; margin:0px auto 0px;  }
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative; }

#thumbs a { padding:0; margin:0; }
#thumbs a img { border:1px white solid; margin-right:12px;}
#thumbs a:hover img { border:1px #999999 solid;}

/* the forward and backward buttons */
.Slide_forward { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:0px; right:-25px; background:url(_images/gallery_fwd.png) no-repeat; background-position:0 0; }
.Slide_back { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:0px; left:-25px; background:url(_images/gallery_back.png) no-repeat; background-position:0 0; }
.Slide_forward:hover, .Slide_back:hover {background-position:0 -102px;}