/* Blok slidera */

.slider{
		width:100%;
		background:#8a8a8a;
		min-height:200px;
		margin:0px auto;
}

.sliderWindow{
		width:912px;
		margin:0px auto;
}
#slider{
		margin:0px auto;
}	
#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
	}
#slider li, #slider2 li{ 
		width:800px;
		height:273px;
		overflow:hidden; 
	}	
	
p#controls, p#controls2{
		margin:0;
		position:relative;
	} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:50px;
		height:100px;
		position:absolute;
		top:-190px;
	}	
#nextBtn, #nextBtn2{ 
		left:863px;
	}														
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
		display:block;
		width:50px;
		height:100px;
		background:url(../img/slider-left.png) no-repeat 0 0;	
		background-size: 50px 100px;
	}	
#nextBtn a, #nextBtn2 a{ 
		background:url(../img/slider-right.png) no-repeat 0 0;	
		background-size: 50px 100px;
	}	
	


#slider ul li a > img{
		width:100%;
		height:100%;
}
