/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{  
		width:967px;
		height:328px;
		overflow:hidden; 
		}	
		
#nextBtn { display: block; position: absolute; top: 400px; right: -30px; margin:0; padding:0; overflow:hidden; text-indent:-8000px; }
#prevBtn { display: block; position: absolute; top: 400px; left: -30px; margin:0; padding:0; overflow:hidden; text-indent:-8000px; }
#nextBtn a { display: block; width: 17px; height: 41px; background: url(../images/arrow_right_active.png) no-repeat; }
#prevBtn a { display: block; width: 17px; height: 41px; background: url(../images/arrow_left_active.png) no-repeat; }

			
