/* Easy Slider */

	#slider { margin:20px 0 0 0;  }
	#slider ul, #slider li{ list-style:none; }
	#slider li{ 
		width:758px;
		height:182px;
		}
	
	.controls { width:100px; float:right; height:29px;}
	.controls a em { display:none;}	
	span#prevBtn a { display:block; width:16px; height:16px; background:url(../images/ico_anterior.gif) no-repeat; float:left; margin:5px 3px; }
	span#nextBtn a { display:block; width:16px; height:16px; background:url(../images/ico_siguiente.gif) no-repeat; float:left; margin:5px 3px;}
	span#firstBtn a { display:block; width:16px; height:16px; background:url(../images/ico_primero.gif) no-repeat; float:left; margin:5px 3px; }
	span#lastBtn a { display:block; width:16px; height:16px; background:url(../images/ico_ultimo.gif) no-repeat; float:left; margin:5px 3px; }
	
					

/* // Easy Slider */


