/* ---- EASY SLIDER ----- */
#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width: 609px;
	height: 327px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position: relative;
	top: -300px;
	}	
#nextBtn{ 
	left: 578px;
	}	
#prevBtn{ 
	left: 0px;
	top: -220px;
	}	
#prevBtn a, #nextBtn a{  
	display:block;
	width:31px;
	height:64px;
	background:url('img/slide_left.png') no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url('img/slide_right.png') no-repeat 0 0;	
	}