#slider li, #slider2 li{ 
	width:702px;
	height:245px;
	overflow:hidden; 
	background: url(../images/slide_poloj.png);
}	


#slider1prev a {
background: url(../images/slide_back.png);
width: 21px;
height: 33px;
position: absolute;
top: 100px;
left: 0;

}


#slider1next a {
background: url(../images/slide_next.png);
width: 21px;
height: 33px;
position: absolute;
top: 100px;
right: 0;

}