/* Easy Slider */

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider li{
	width:665px;
	height:180px;
	overflow:hidden; 
}
		
/* numeric controls */	

ol#controls{
	margin:-30px 0 0;
	padding:0;
	height:20px;	
}

ol#controls li{
	margin:0 5px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:20px;
	line-height:20px;
}
	
ol#controls li a{
	float:left;
	font-size:10px;
	height:20px;
	line-height:20px;
	border:1px solid #ccc;
	background:#EFEFEF;
	color:#555;
	padding:0 5px;
	text-decoration:none;
}

ol#controls li.current a{
	background:#8B8970;
	border:1px solid #8B8970;
	color:#fff;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

.fin_flotado{
	clear:both;
}

/* // Easy Slider */
