body { margin:0px; background:#fff;  }


/* thumbnail slider begin */

/* apply the gallery design - links slider */
#gallery_container {  width:671px !important; height:95px ; margin:0px auto 0px; display:block; position:relative; background: url(../images/bgPlenka.png) no-repeat center top; }
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ position:relative ; overflow:hidden ; width:637px !important; height:95px; margin:0 auto 0 auto;}
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative; width:3000px}

#thumbs a { padding:0; margin:12px 0 0 0;  display:block; float:left; width:84px; height:63px; padding-right:8px}
#thumbs a img{ border:1px #fff solid; position:absolute; height:63px; width:84px;}



/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:17px; height:95px; top:0px; right:-5px; background:url(../images/gallery_fwd.png) no-repeat right center;}
.addbkwd { display:block; position:absolute; cursor:pointer; width:17px; height:95px; top:0px; left:-5px; background:url(../images/gallery_back.png) no-repeat left center;}
.addfwd:hover {background-position: right center;}
.addbkwd:hover {background-position: right center;}
/* thumbnail slider end */

