/* Easy Slider */

.slider ul,
.slidervertical ul,
.slider li,
.slidervertical li {
	
	display: block;
	
	margin: 0;

	padding: 0;
	
	list-style: none;

}

.slider li {
	
	position: relative;
	
	width: 697px;
	
	height: 310px;

	overflow: hidden;

}	

#prevBtnDescripcion, 
#nextBtnDescripcion {

	position: absolute;
	
	bottom: 0;
	
	right: 0;

	width: 25px;

	height: 25px;

	z-index: 9;
	
}

#prevBtnDescripcion {
	
	bottom: 25px;
	
}														

#prevBtnDescripcion a, 
#nextBtnDescripcion a {

	display: block;
	
	position: relative;
	
	background: url(descripcionthumbsnav.gif) no-repeat;
	
	width: 25px;
	
	height: 25px;
	
	margin: 0;

	padding: 0;
	
	text-indent: -999em;
	
	overflow: hidden;

}

#prevBtnDescripcion a {
	
	background-position: left bottom;
	
}	


/* numeric controls */	

ol#controls {
	
	position: absolute;
	
	top: 0;
	
	left: 0;
	
	background: #d3d4d6;
	
	width: 100%;

	height: 21px;

	margin: 0;

	padding: 2px 0 0;
	
	list-style: none;

}

ol#controls li {
	
	display: block;

	float: left;
	
	height: 16px;

	margin: 0 0 0 5px;

	padding: 0;

}

ol#controls li a {

	float: left;
	
	background: #daf3f8;

	height: 16px;

	padding: 0 5px;

	color: #555;

	text-decoration: none;

	line-height: 16px;
	
	border: 1px solid #aaa;
	
}
ol#controls li.current a {

	background: #5dc9e1;
	
	color: #fff;
	
}

ol#controls li a:focus,
#prevBtn a:focus, 
#nextBtn a:focus {
	
	outline: none;
	
}