#slider {
	position: relative;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li {
	width:720px;
	overflow:hidden; 
	}
#slider li img { 
	width:720px;
	}	
#prevBtn, #nextBtn { 
	display:block;
	width:40px;
	height:34px;
	position:absolute;
	z-index: 2;
	top:50%;
	}
#prevBtn {
	left:0;
}
#nextBtn { 
	right:0;
	}														
#prevBtn a, #nextBtn a {  
	display:block;
	width:40px;
	height:34px;
	background:url(../../img/btn_prev.png) no-repeat 0 0;	
	}	
#nextBtn a { 
	background:url(../../img/btn_next.png) no-repeat 0 0;	
	}