/* Easy Slider */

#slider {
	}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:96%;
	height:600px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	}	
#nextBtn{ 
	/*left:750px;*/
	}														
#prevBtn2, #nextBtn2, #firstBtn2, #lastBtn2 { 
	font-size: 14px;
	font-family: 'MS Sans Serif','Arial Black', 'Sans-serif';
	letter-spacing:3px;
	padding-left:20px;
	padding-right:20px;
}
#prevBtn2 a, #nextBtn2 a, #firstBtn2 a, #lastBtn2 a {  
	text-decoration: none;
	color:#00c;
}
#prevBtn2 a, #firstBtn2 a {  
	color:#c00;
}
#nextBtn2 a, #lastBtn2 a {  
	text-decoration: none;
	color:#00c;
}
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
	}
/* // Easy Slider */

