#container {
	margin:0 auto;
	position:relative;
	text-align:center;
	width:939px;
	background:#fff;
	margin-bottom:2em;
}
#header {
	height:939px;
	background:#5DC9E1;
	color:#fff;
}
#content {
	position:relative;
}
/* 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:939px;
	height:213px;
	overflow:hidden;
}
#prevBtn/*, #nextBtn*/ {
	display:block;
	width:12px;
	height:31px;
	position:absolute;
	left:-12px;
	top:174px;
}
#nextBtn {
	top:174px;
	left:939px;
	display:block;
	width:12px;
	height:31px;
	position:absolute;
	
}
#prevBtn a, #nextBtn a {
	display:block;
	width:12px;
	height:31px;
	background: url(imagenes/slide/btnizquierda.jpg) no-repeat 0 0;
}
#nextBtn a {
	background: url(imagenes/slide/btnderecha.jpg) no-repeat 0 0;
}												

/* // Easy Slider */
