.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	border-bottom-width: 1px;
	width: 430px; /*width of featured content slider*/
	height: 240px;

}

div#tablero

{
	border: 1px solid #7F7F7F;
	width:432px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 420px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
	width: 412px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	height:20px;
	background-image: url(../imagenes/nueva_portada/slider_barra_a.png);
	font-size:9pt;
	background-repeat: repeat;
	background-position: center;
	padding-right: 10px;
	padding-left: 10px;
	line-height:20px;
	text-align:center;
}

.pagination a{
	text-decoration: none;
	color: #333333;
	background: white;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	



}

.pagination a:hover {
	color: #000000;
	background-color: #CCCC00;
}
.pagination a.selected
{
	color: #FFFFFF;
	background-color: #FF0000;
}



