.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #002389;
width: 726px; /*width of featured content slider*/
height: 320px;
}

.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-color: #002389;
width: 726px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 320px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
cursor:pointer;
_cursor:hand;
}

.pagination{
width: 726px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: #002389;
border: 1px solid #002389;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: white;
font-weight:bold;
background: #aaa;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
font-weight:bold;
background-color: #002389;
}

.featureTitle {
	position:relative;
	top:200px;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:30px;
	line-height:40px;
}
.featureSubtitle {
	position:relative;
	top:200px;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:24px;
	text-transform:uppercase;
	line-height:34px;
}
.featureByline {
	font-family:Georgia, Garamond, Serif;
	position:relative;
	top:200px;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-style: italic;
	font-size:18px;
	line-height:28px;
}