/* Easy Slider */

	#slider{ margin:0px 0px 0px 20px; padding: 0px 0px 0px 0px; }	
	#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:790px;
		height:325px;
		overflow:hidden; 
		}	

	#slider li p{ margin:10px 0px 0px 0px; color:#FFFFFF}						
		
	p#controls {margin:0;position:relative;	} 	
	
#prevBtn, #nextBtn { 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:18px;
	height:26px;
	position: absolute;
	left:815px;
	top:70px;
	}	
#nextBtn { 
	left:815px;
	top: 110px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:18px;
	height:26px;
	background:url(../btn-actividades.png) no-repeat 0px 0px;	
	}	
#nextBtn a{ 
	background:url(../btn-actividades.png) no-repeat 0px -26px;	
	}
				
/*
#prevBtn { margin:-130px 10px 0px 445px; width:18px; height:26px; float:left;display:block; background:url(../btn-actividades.png) no-repeat scroll 0px 0px}

#prevBtn a, #nextBtn a {text-decoration:none;  font-size:0.8em; text-transform:uppercase; color: #b0bddd}

#nextBtn{ margin:-90px 10px 0px 445px;display:block; float:left ; width:18px; height:26px; background:url(../btn-actividades.png) no-repeat scroll 0px -26px }
	
			 // Easy Slider */