.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	border-bottom-width: 6px;
	width: 480px; /*width of featured content slider*/
	height: 225px;
	float: left;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 10px;  /*leave as is*/
	padding: 5px;
	width: 440px; /*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;
	font-size: 12px;
	color: #000000;
}

.pagination{
	width: 630px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height: 30px;
	font-weight: bold;
	float: left;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

.pagination a{
	padding: 0 0px;
	text-decoration: none;
	color: #00007D;
	background-color: #FFFFFF;
	color: #999999;
}

.pagination a.selected{
	color: #666666;
	background-color: #f2f2f2;
	height: 30px;
}

.pagination a:hover {
	color: #666666;
	background-color: #f2f2f2;
	height: 30px;
}

.blogdiv{
	width: 45px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	padding: 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height: 29px;
	font-weight: bold;
	float: right;
}

.blogdiv a{
	padding: 0 5px;
	text-decoration: none;
	color: #00007D;
	background-color: #e1e1e1;
	color: #999999;
}

.blogdiv a:hover, .blogdiv a.selected{
	color: #666666;
	background-color: #cfcfcf;
	height: 30px;
}
