
/* Easy Slider  Produkte*/
#slider_box{
	position:relative;
	width: 153px;
	margin:0px 0px 10px 10px;
	border: 1px solid #FFF;
		}			
#slider ul li a {
	line-height: 22px;
	color: #FFF;
	background-color: #12110F;
	text-decoration: none;
	text-align: center;
	display: block;
}
#slider_box img{
	border:none;
}
#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:153px;
	height:153px;
	overflow:hidden; 
}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:294px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1000;
}	
#nextBtn, #slider1next{ 
	left:440px;
}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:294px;
	background:url(img/bg_produktslider_left.png) no-repeat 0px 0px;	
}	
#prevBtn a:hover, #nextBtn a:hover,
#slider1next a:hover, #slider1prev a:hover{  
	background:url(img/bg_produktslider_left_hover.png) no-repeat 0px 0px;	
}	
#nextBtn a, #slider1next a{ 
	background:url(img/bg_produktslider_right.png) no-repeat 0px 0px;	
}	
#nextBtn a:hover, #slider1next a:hover{ 
	background:url(img/bg_produktslider_right_hover.png) no-repeat 0px 0px;	
}	
/* // Easy Slider */
