/* thumbnail slider */
 #gallery_container { 	
 	margin-bottom: 10px;
 	}
/* apply the gallery design - links slider */
#even1, #even2, #even3, #even4, #even5, #gallery_container{ 
	float: left; 
	position:relative;
	display:block;
	width: 564px; 
	height: 123px; 
	padding: 10px 5px 10px 10px;
	border: 1px solid #ccc; 
	}
/* the width is set to show the number of thumbnails that will be visible */
#eve1, #eve2, #eve3, #eve4, #eve5, #thumb_container{ 
	position:relative ;
	width:542px; 
	height:133px; 
	margin:0px auto 0px;
	overflow:hidden;
	}
/* the thumbnails container */
#ev1, #ev2, #ev3, #ev4, #ev5, #thumbs { 
	position:relative;
	display:block;
	white-space:nowrap;
	}

#ev1 a, #ev2 a, #ev3 a, #ev4 a, #ev5 a , #thumbs a{ padding: 0; margin-right:8px; }
#ev1 a img, #ev2 a img, #ev3 a img, #ev4 a img, #ev5 a img, #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 */
