
/* apply the gallery design - links slider */
#gallery_container { display: block; width:339px!important; height:102px ; margin: -3px 0 23px 10px; padding:0; display:block; position:relative; margin-top: -3px!important;font-size: 0.9em!important;}
*html #gallery_container { display: block; width:344px!important;}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ position:relative ; overflow:hidden ; width:280px!important; height:82px; margin-left: 30px!important;margin: 5px auto 0px;//margin-left: 30px!important; }
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative;}

#thumbs a { padding:0px;margin:0px; }

#thumbs img { border:0; padding: 0px;padding-right: 17px;}


/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:20px; height:82px; top:32px; right:0px; background:url(images/str_right.gif) no-repeat left 50%;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:30px; height:82px; top:32px; left: 0px; background:url(images/str_left.gif) no-repeat left 50%;  }
/* thumbnail slider end */
