@CHARSET "UTF-8";

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

#content-foto li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:208px;
	overflow:hidden; 
}

#content-foto li div:hover {
	background:#0099FF;
}

#controls_fotos {
	position:relative;
	float:left;
	 border-radius:15px;
	 border:1px solid #333;
	 margin:10px 0;
	height:30px;
	padding:0;
}
 
#foto-prev-link {
	float:left; 
	position:relative;
	margin:3px 10px 3px 4px;
	width:26px;
	height:26px;
}

#foto-next-link {
	float:left;
	position:relative;
	margin:3px 4px 3px 10px;
	width:26px;
	height:26px;
}

#foto-prev-link a { 
	display:block;
	width:26px;
	height:26px;
	background:url('../images/icons/arrow_prev.png') top left no-repeat;	
}

#foto-prev-link a:hover {
	background-position:center left;	
}

#foto-next-link a {
	display:block;
	width:26px;
	height:26px;
	background:url('../images/icons/arrow_next.png') top left no-repeat;	
}

#foto-next-link a:hover {
	background-position:center left;	
}
/* numeric controls */	

#content-controls-foto {
	float:left;
	margin:0 15px;
	height:30px;
	text-align:center;	
}

#content-controls-foto ol {
	position:absolute;
	left:50%;
}

ol#controls_foto {
    /*margin:0 0 0 -25px;*/
   
	padding:10px 0px;
	
}

ol#controls_foto li {
	margin:0 6px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	border:none;
}

ol#controls_foto li a {
	float:left;
	height:10px;
	width:10px;
	padding:0px;
	background:url('../images/icons/page_off.jpg') top center no-repeat;
	border:none;
}

ol#controls_foto li.current a {
	background:url('../images/icons/page_on.jpg') top center no-repeat;
}
/* // Easy Slider */