.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 680px; /*width of featured content slider*/
	height: 270px;
	border-top: 10px none #151515;
	border-right: 10px none #151515;
	border-bottom: 6px none #151515;
	border-left: 10px none #151515;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px 5px 5px 0px;
	background: white;
	width: 100%; /*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;
}

.pagination{
	width: 680px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	padding: 5px 10px;
	margin: 5px 2px 2px 0px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

#paginate-theslider a img {
	border: 1px solid transparent;
	padding: 4px;
	margin-top: -6px;
}

#paginate-theslider a.selected img{
	border-top: 1px solid #FFF;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}
#paginate-theslider a img:hover {
 background:#FC9;	
	
}

