.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;   /*leave as is*/
	text-align: right;
	/*
	border: 10px solid navy;
	border-bottom-width: 6px;
*/
	width: 345px; /*width of featured content slider*/
	height: 160px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	text-align: right;
/*
	padding: 5px;
	background: white;
*/
	width: 345px; /*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{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0px;
	font-weight: bold;
	width: 274px;
/*	Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420) */
	color: #EEF9FF;
	text-align: right;
	/*	padding: 5px 20px; */
	padding: 0px 0px;
	height: 0px;
	background-color: #EEF9FF;
}

.pagination a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0px;
	color: #EEF9FF;
	color: #00007D;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px;
}

.pagination a:hover, .pagination a.selected{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0px;
	color: #EEF9FF;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
/*	background-color: #6EE0FC; */
}