.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 253px; /*width of featured content slider*/
height: 260px;
font-family:verdana;
font-size:9pt;
line-height:16px;
background-color:!important;
background-color:#666;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;

width: 253px; /*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: 253px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
width: 251px !important;
text-align: right;

padding: 2px 2px 2px 0px;
font-family:verdana;
font-size:8pt;
background-color:!important;
background-color:#666;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #dbf1ff;
}

.contentdiv img {
border:0px;
padding-bottom:5px;
}


.contentdiv a{
	font-size:8pt;
	text-decoration:none;
	color:#fff;
}
.contentdiv a:hover {
	color:#dbf1ff;
	text-decoration:underline;
}


a.latest2 {
	color:#ffffff;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}
a.latest2:hover {
	color:#fee935;
	font-size:9pt;
	text-decoration:underline;
}
.org {
	color:#dbf1ff;
	font-size:8pt;
}
