.contentslide{
border: none;
border-bottom-width: 6px;
height: 307px;
overflow:hidden;
background-color:#E6E6E6;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.contentdiv{
	width:520px;
}

.pagination{
	position:relative;
	left:394px;
	top:-51px;
	font-size:12px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
}


.contentdiv img{width:520px; height:257px;}

.pagination a{
	text-decoration: none; 
	color: #666;
	font-weight:bold;
	padding:22px 10px 10px 10px;
	display:block;
	float:left;
	height:10px;
	margin-left:3px;
	
/*	width:5px;
	background-color:#004f87;
	background:transparent;
	background-image: url(images/marcador-home.png)
*/
}

.pagination a:hover {
color: #003194;
}

.pagination a.selected{
color: #FFF;
background-image: url(images/marcador-home3.png);
background-repeat:no-repeat;
background-position:bottom;
}