#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	width:180px;
	height:120px;
	overflow:hidden; 
}
#slider img{
	border:0px;
}

#prevBtn, #nextBtn{ 
	display:block;
	width:12px;
	height:30px;
	position:absolute;
	left:10px;
	top:71px;
}	
#nextBtn{ 
	left:210px;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:12px;
	height:30px;
	background:url(../imagenes/btn_prev.gif) no-repeat 0 0;	
}	
#nextBtn a{ 
	background:url(../imagenes/btn_next.gif) no-repeat 0 0;	
}


#sliderFechas{}
#sliderFechas ul, #sliderFechas li{
	margin:0;
	padding:0;
	list-style:none;
}
#sliderFechas li{
	width:920px;
	height:200px;
	overflow:hidden;
}
#btAtras, #btSiguiente{ 
	display:block;
	width:12px;
	height:30px;
	position:absolute;
	left:10px;
	top:90px;
}	
#btSiguiente{ 
	left:955px;
}														
#btAtras a, #btSiguiente a{  
	display:block;
	width:12px;
	height:30px;
	background:url(../imagenes/btn_prev.gif) no-repeat 0 0;	
}	
#btSiguiente a{ 
	background:url(../imagenes/btn_next.gif) no-repeat 0 0;	
}
