
img{border:none;}

/* Easy Slider */

#slider ul, #slider li{
margin:0;
padding:0;
list-style:none;
}
#slider li{ 
/* 
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/ 
width:730px;
height:220px;
overflow:hidden; 
}

span#prevBtn a, span#nextBtn a, span#firstBtn a, span#lastBtn a { display:block; width:16px; height:16px; float:left; padding:0 2px; margin:5px 0 0 0;}

span#prevBtn a { background:url(../images/anterior.png) no-repeat; }
span#nextBtn a { background:url(../images/siguiente.png) no-repeat; }	
span#firstBtn a { background:url(../images/primero.png) no-repeat; }
span#lastBtn a { background:url(../images/ultimo.png) no-repeat; }	

span#prevBtn em, span#nextBtn em, span#firstBtn em, span#lastBtn em { display:none; }

/* // Easy Slider */

