.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*background-color:#99FFCC;*/
/*border: 10px solid navy;
border-bottom-width: 6px;*/
width: 498px; /*width of featured content slider*/
height: 318px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 498px; /*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: 558px; /*Width of pagination DIV. Total width should equal slidewrapper width -20 padding (498-1-1=496)*/


/*background-color: green;*/
margin:0;
padding: 20px 1px 5px 1px;
}

.pagination a{
	display:block;
	font-size:17px;
	margin:0;
	padding:0;
	line-height:17px;
	background-color: #d3d4d5;
	width:47px;
	height:17px;
}

.pagination a:hover, .pagination a.selected{
	display:block;
	font-size:17px;
	margin:0;
	padding:0;
	line-height:17px;
	background-color: #ee4811;
	width:47px;
	height:17px;
}