/* global */

#container{	
position:relative;
width:401px;
height:123px;
background-color:#041C4C;
}	
				
#content{
padding-top:10px;
margin-left:3px;
}			

/* Easy Slider */

#slider{}	
#slider ul, #slider li{
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:420px;
height:105px;
overflow:hidden; 
}	
#prevBtn { 
display:block;
width:12px;
height:105px;
position:absolute;
top:0px;
padding-top:10px;
}

#prevBtn a {  
display:block;
width:12px;
height:105px;
background:url(../imagenes/instalaciones/btn_prev2.jpg) no-repeat 0 0;	
}
	
#nextBtn{
display:block;
width:12px;
height:105px;
position:absolute;
top:0px;
left:385px;
padding-top:10px;
}														
	
#nextBtn a{
display:block;
width:12px;
height:105px; 
background:url(../imagenes/instalaciones/btn_next2.jpg) no-repeat 0 0;	
}	

/* // footer */
