.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 570px; /*width of featured content slider*/
	height: 410px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	background: white;
	width: 570px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 410%;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

.contentdiv_titulo {
	position: absolute;
	font-family: Share;
	font-size: 13px;
	padding: 5px;
	width: 560px;
	margin-top: 355px;
	height: 45px;
	background-image: url(../images/Red-Trans.png);
	color: #FFF;
	font-weight: bold;
}
.contentdiv_titulo span {
	font-family: Share;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
}


#slider4{
	border-color: #900;
	height: 410px
}

#paginate-slider4{

}

#paginate-slider4 a img{
	width: 98px;
	height: 70px;
	border: 2px solid gray;
	margin: 4px;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 2px solid red;
}
