/* CSS Document */

.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */
			
#content-slider{
	height: 350px;
}
#content {
	position:relative;
	float:right;
	width: 200px;
	height:325px;
	margin-right:-10px;
}
#content img {
	margin:0 2px 5px;
}
/* Easy Slider */

#slider ul, #slider li, #slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li, #slider2 li {
	width:196px;
	height:295px;
	overflow:hidden;
}
#slider li #prevBtn, #nextBtn, #slider1next, #slider1prev {
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}
#nextBtn, #slider1next {
	left:696px;
}
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a, #slider1next a {
	background:url(../images/btn_next.gif) no-repeat 0 0;
}
/*solo para ucsc*/
.opacidad a.opacity img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}
.opacidad a.opacity:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}
/* numeric controls */	
ol#controls {
	margin: 0 10px 0 2px;
	padding: 4px 0 0 4px;
	height:24px;
	background:#005D5E;
}
ol#controls li {
	margin:0 6px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:20px;
	line-height:20px;
	font-size:1.1em;
}
ol#controls li a {
	float:left;
	height:20px;
	line-height:20px;
	background:#fff;
	color:#0C8B8F;
	padding:0 7px;
	text-decoration:none;
	font-weight: bold;
}
ol#controls li.current a {
	background:#0C8B8F;
	color:#fff;
	font-weight:bold;
}
ol#controls li a:hover {
	background:#0C8B8F;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}

