#container{	
	margin:0 auto;
	position:relative;
	text-align:left;
	width:269px;
	background:#fff;		
	margin-bottom:2em;
	}	
#header{
	height:210px;
	background:#5DC9E1;
	color:#fff;
	}				
#content{
	position:relative;
	left: 10px;
	}
/* image replacement */
img{border:none;}
.graphic, #prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	}
/* // image replacement */
/* Easy Slider */

#slider{}	
#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:609px;
	height:181px;
	overflow:hidden;
	}	
	
	
#slider2{}	
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2 li{
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:609px;
	height:181px;
	overflow:hidden;
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:32px;
	height:32px;
	position:absolute;
	left:966px;
	top:165px;
	}	
#nextBtn{ 
	top:45px;
	left:966px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:32px;
	height:32px;
	background:url(../imagenes/slide/btn_activo_i.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../imagenes/slide/btn_activo_d.png) no-repeat 0 0;	
	}												

/* // Easy Slider */
