/* Easy Slider */
#slider{}	
#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li, #slider2 li{ 
	width:400px;
	height:218px;
	overflow:hidden; 
}	
#slider2 li{ 
	background:#f1f1f1;
}						
p#controls, p#controls2{
	margin:0;
	position:relative;
} 
#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:60px;
}	
#nextBtn, #nextBtn2{ 
	left:400px;
}														
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../imagenes/001_27.png) no-repeat 0 0;	
}	
#nextBtn a, #nextBtn2 a{ 
	background:url(../imagenes/001_25.png) no-repeat 0 0;	
}												

/* // Easy Slider */

#sliderEventos{}
#sliderEventos ul, #sliderEventos li{
	margin:0;
	padding:0;
	list-style:none;
}
#sliderEventos li{
	width:880px;
	height:200px;
	overflow:hidden;
	/* background-color:#39C; */
}

#btAtras, #btSiguiente{ 
	display:block;
	width:12px;
	height:30px;
	position:absolute;
	left:-30px;
	top:90px;
}	
#btSiguiente{ 
	left:885px;
}														
#btAtras a, #btSiguiente a{  
	display:block;
	width:24px;
	height:24px;
	background:url(../imagenes/001_27.png) no-repeat 0 0;	
}	
#btSiguiente a{ 
	background:url(../imagenes/001_25.png) no-repeat 0 0;	
}
