.sliderwrapper
{
	z-index:0;
	position: relative; /*leave as is*/
	overflow: hidden;
	border-bottom-width: 0px;
	width: 197px; /*width of featured content slider*/
	height: 240px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #02243d;
	border-right-color: #02243d;
	border-bottom-color: #02243d;
	border-left-color: #02243d;
	
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	background: white;
	width: 197px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 240px;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 191px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #02243d;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.pagination a{
	text-decoration: none;
	color: #CC0000;
	background: white;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #6FD1F7;
}
