	

#slider {width:100%; max-height:400px; z-index:9; overflow:hidden;}
#slider li {width:100%; max-height:400px;overflow:hidden;display:none;}

#slider_mini {width:100%; max-height:119px; overflow:hidden;margin-bottom: 25px;}
#slider_mini li {width:100%;max-height:119px;overflow:hidden;}

#slider_imagenes {width:225px;}
#slider_imagenes li {width:225px;overflow:hidden;}


#slider ul, #slider li,  
#slider_mini ul, #slider_mini li,  
#slider_imagenes ul, #slider_imagenes li {margin:0;padding:0;list-style:none;position:relative;display:block;}




.prevBtn{
 position:absolute;
 left:0px;
 top:35%;
 width:33px;
 height:110px;
 background:url('../resources/flecha_izqda.png') no-repeat left top;
 z-index:999999999;	
 text-indent:-999999px;
}

.nextBtn{
 position:absolute;
 right:0px;
 top:35%;
 width:33px;
 height:110px;
 background:url('../resources/flecha_drcha.png') no-repeat left top;
 z-index:999999999;
 text-indent:-999999px;
}


.custom_menu{
	position:absolute;
    z-index:9999;
    left:50%;     
    bottom:0px;  
}

.customBox{
	position: relative; 
	left: -50%;
	 background-color:#ffffff;
    padding: 10px 17px;height:15px;
}

.custom_slider {
	background: url('../resources/punto_gris.png') left top;
	width:17px;
	height:16px;
	margin-left:3px;
    display:inline-block;
    
    cursor:pointer;
    padding:0;
}

.custom_slider:first-child {
	margin-left:0px;
}

.custom_slider.current{
	background: url('../resources/punto_azul.png') left top;

}

