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

#content_es {
	position: relative;
	text-align: center;
	margin-top: 10px;
}

/* Easy Slider */
#slider {
	width: 560px;
	height: 260px;
	margin: 0 auto 0 auto;
	text-align: center;
	border: 10px solid #000000;
}
#slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider ul li {
	width: 480px;
	height: 240px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: none!important;
}
#prevBtn { 
	display:block;
	width: 30px;
	height: 50px;
	position: absolute;
	top: 105px;
	left: /**/0;
	z-index: 1000;
}
* html #prevBtn {
	left: -30px;
}
#nextBtn { 
	display:block;
	width: 30px;
	height: 50px;
	position: absolute;
	top: 105px;
	left: /**/530px;
	z-index: 1000;
}
* html #nextBtn {
	left: 500px;
}
#prevBtn a {
	display: block;
	width: 30px;
	height: 50px;
	background: url(../images/btn_prev.gif) no-repeat 0 0;	
}
#nextBtn a {
	display: block;
	width: 30px;
	height: 50px;
	background: url(../images/btn_next.gif) no-repeat 0 0;	
}

/* numeric controls */	
ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;	
}
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 #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a{
	background:#5DC9E1;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
