/* thumbnail slider begin */

/* apply the gallery design - links slider */
#gallery_container { float: left; width: 564px; height: 123px; padding:10px 5px 10px 10px; display:block; position:relative; border: 1px solid #ccc; }
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ position:relative ; overflow:hidden ; width:542px ; height:133px ; margin:0px auto 0px;}
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative;}

#thumbs a { padding: 0; margin-right:8px; }
#thumbs a img{ border:0px #333333 solid; padding: 0;}

/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:35px; height:143px; top:0px; right:0px; background:url(../images/produktbeispiele/right_kuechen.png) no-repeat; }
.addbkwd { display:block; position:absolute; cursor:pointer; width:35px; height:143px; top:0px; left:0px; background:url(../images/produktbeispiele/left_kuechen.png) no-repeat;  }
/* thumbnail slider end */