/* Easy Slider */
    /* image replacement (Quitar el texto "Next", "Previous" */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}

	#slider li{ 
		/* 
			Ancho y Alto de las Imágenes
		*/ 
		width:464px;
		height:230px; /* <-- 197px de la foto, lo demás del párrafo */
		overflow:hidden; 
		}
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:80px; /* Altura de la imagen entre 2 (acomodar) */
	}	
#nextBtn{ /* Mismo que el ancho de la imagen */
	left:464px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../javascript/easyslider1.5/images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../javascript/easyslider1.5/images/btn_next.gif) no-repeat 0 0;	
	}			

/* // Easy Slider */