/* thumbnail slider begin */

/* apply the gallery design */
#gallery_container {height:80px; width:613px; margin-top:10px; padding:0; display:block; position:relative; }
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ position:relative ; width:560px; display:block; overflow:hidden; margin-left:25px; height:80px;}
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative; }

#thumbs a { margin:0; padding-left:4px; padding-right:4px; }
#thumbs a img{ border:1px #C4DBDB solid; }

/* the forward and backward buttons */ 
.addfwd { display:block; position:absolute; cursor:pointer; width:15px; height:80px; top:0px; right:0px; background:url(../images/middle/fotoRight.jpg) no-repeat 0;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:15px; height:80px; top:0px; left:0px; background:url(../images/middle/fotoLeft.jpg) no-repeat 0;  }
/* thumbnail slider end */