


#container { width:1000px; margin:0px auto; background:#FFFFFF; padding:10px; font-size:12px; }


/* thumbnail slider begin */


/* apply the gallery design - links slider */
#gallery_container { 
	 width:752px ;
	 height:61px ; 
	 margin:10px auto 10px; 
	 padding:20px 0px 0px; 
	 display:block; 
	 position:relative;
	 background-image:url(../images/sliderbk.jpg);
	 background-repeat:no-repeat;
	 background-position:center;
}


/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ position:relative ; overflow:hidden ; width:445px ; height:52px ; 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:1px #fff solid; }


/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:42px; height:42px; top:23px; right:-22px; background:url(../images/right-enabled.gif) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:42px; height:42px; top:20px; left:-19px; background:url(../images/left-enabled.gif) no-repeat;  }
/* thumbnail slider end */
