#sliderwrap {
	position:relative;
	width:735px;
	height:406px;
}

#slider ul, #slider li,
#slider2 ul, #slider2 li{
		padding:0;
		list-style:none;
		}
#slider li, #slider2 li{ 
		width:735px;
		height:406px;
		overflow:hidden; 
}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
		display:block;
		width:21px;
		height:35px;
		position:absolute;
		left:-9000px;
		top:373px;
		z-index:1000;
		text-indent:-9000px;
}	
#nextBtn, #slider1next{ 
		left:524px;
		top:378px;
		width:174px;
		height:30px;
}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:21px;
		height:71px;
		background:url(images/arrow-left.png) no-repeat 0 0;	
		outline:none;
}	
#nextBtn a, #slider1next a{ 
		background:url(images/view_more_works.png) no-repeat 0 0;	
		width:174px;
		height:30px;
}		