.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 265px; /*width of featured content slider*/
	height: 282px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #1F4469;
	border-right-color: #1F4469;
	border-bottom-color: #1F4469;
}
#sliderbox {
	clear: right;
	float: right;
	margin-top: 22px;
	margin-right: 20px;
	overflow: hidden;
	width: 472px;
}




.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: 265px; /*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;
	background-color: #FFFFFF;
	color: #1F4469;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
}
.sliderwrapper .contentdiv p {
	margin-bottom: 5px;
}

.sliderwrapper .contentdiv a {
	color: #1F4469;
}

.pagination{
	width: 202px;
	background-color: #DEE6E9;
	padding: 0px;
	height: 282px;
	float: left;
	margin: 0px;
	border: 1px solid #1F4469;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #1F4469;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F4469;
	background-color: #DEE6E9;
	line-height: 24px;
	text-transform: uppercase;
}

.pagination a:hover, .pagination a.selected{
background-color: #FFFFFF;
}
script {
	margin: 0px;
	padding: 0px;
}
