img{border:none;}
.graphic, #prevBtn, #nextBtn{
	margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}
#container{	
	margin:0 auto;
	position:relative;
	text-align:left;
	width:975px;
	background:#fff;		
	margin-bottom:2em;
}	
#header{
	height:144px;
	background:#5DC9E1;
	color:#fff;
}				
#content{
	position:relative;
}			
#slider{
	position:relative;
	left:30px;
}	
#slider ul, #slider li{
	margin:0px;
	padding:0px;
	list-style:none;
}
#slider li{ 
	width:915px;
	height:236px;
	overflow:hidden; 
}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:0px;
	top:71px;
}	
#nextBtn{ 
	left:945px;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(images_cabecera/btn_prev.png) no-repeat 0 0;	
}	
#nextBtn a{ 
	background:url(images_cabecera/btn_next.png) no-repeat 0 0;	
}