/* apply the gallery design */
#archive_container { width: 816px; margin: 0px 0px 0px 40px; padding: 0px; height: 108px; background: #FFF;}

/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ width: 816px; margin: 0px; padding: 0px; height: 108px; overflow: hidden;}

/* the thumbnails container */
#thumbs { white-space: nowrap; display: inline;}
#thumbs a { padding:0px; margin:0px; }
#thumbs img{ border:0px; margin-right: 10px; }

/* the forward and backward buttons */
.addfwd { float: right; cursor: pointer; width: 200px; height: 34px; background: url(/images/slider_fwd2.gif) no-repeat;}
.addbkwd { cursor: pointer; width: 200px; height: 34px; background: url(/images/slider_bwd2.gif) no-repeat;}


