    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #prevBtn2, #nextBtn2{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */			

/* Easy Slider */

#slider, #slider2		{	border: none;
						}
			
div.easySliderWrapper	{	width: 305px;	/*325-20*/
							height: 140px;	/*120 + 20 Altura de los botones*/
							margin-top: 33px;
							margin-left: 8px;
							position: relative;
							overflow: hidden;
							/*background: url(imagenes/fondos/fondobanereventos.jpg) top center no-repeat;/*Cambia en el de programas y el de eventos*/
						}			

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-size:10pt;
		}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:305px;
		height:120px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#prevBtn2, #nextBtn2{ 
		display:block;
		width:20px;
		height:20px;
		float: left;
		margin-left: 13px;
		z-index:1000;
		background: #3b6c35;
		}	
	#nextBtn, #nextBtn2{ 
		left:0px;
		}														
	#prevBtn a, #nextBtn a,
	#prevBtn2 a, #nextBtn2 a{  
		display:block;
		position:relative;
		width:20px;
		height:20px;
		background: url(imagenes/fondos/botonanterior.jpg) no-repeat 0 0;	
		}	
	#nextBtn a, #nextBtn2 a{ 
		background: url(imagenes/fondos/botonsiguiente.jpg) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:10px 0;
		padding:0;
		height:28px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #e1dda0;
		background:#cec673;
		padding:0 10px;
		text-decoration:none;
		color: #FFFFFF;
		}
	ol#controls li.current a{
		background:#e1dda0;
		color:#FFFFFF;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */