

#slideShow2
{
	width: 961px;
	height: 385px;
	border: 0px;
	padding: 0px;
	background-color: #fff;
	margin: 0px;
	background-image:url(IMG/fondo_pagelinks.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	text-align:center;
	_text-align:left;
	float:left;
	float: left  !important; 
	
	_float:left;

}
.pagelinks a
{
height:25px;
font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #206B91;
	margin-top:0px;
	padding:3px;
	padding-bottom:6px;
	

		text-decoration: none;
}

.pagelinks a.activeSlide
{
	color: #40a4d7;
		text-decoration: none;
}
/* this is for IE so the prev/next links can be hovered*/
.nextSlide,.prevSlide
{
	background-image: url(http://www.ed-sandoval.es/images/spacer.gif);

		
}
.nextSlide:hover
{
	background-image: url(images/next.png);
	*background-image: url(images/next.gif);
	background-repeat: no-repeat;
background-position:268px 160px;

	text-decoration: none;
			
}
.prevSlide:hover
{
	background-image: url(images/back.png);
		*background-image: url(images/prev.gif);
	background-position:center left;
	background-repeat: no-repeat;
	margin-left:15px;

	text-decoration: none;
		
}

