
a:hover {
	border: 0px
}

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border-style:solid;
	border-width:1px;
	border-color:#dddddd;
	width: 695px; /*width of featured content slider*/
	height: 325px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
}



.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: white;
	width: 692px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 325px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
float:left;
width: 675px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #dddddd;
padding-top: 3px;
padding-bottom: 2px;
padding-left: 5px;
padding-right: 15px;
font-family: "Century Gothic";
font-size: 12px;
-moz-border-radius-bottomleft: 2px;
-moz-border-radius-bottomright: 2px;
-webkit-border-bottom-left-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
}

.pagination a{
float:left;
padding: 2px;
text-decoration: none; 
color: #00007D;
background: #dddddd;
}

.pagination a:hover, .pagination a.selected{
float:left;
color: #000;
border-style:solid;
border-width:2px;
border-color:#e39125;
background-color: #dddddd;
}
