.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
    padding: 15px!important;
	border-left: 1px solid #ccc!important;
	border-right: 2px solid #999!important;
	border-bottom: 2px solid #999!important;
	border-top: 2px solid #999!important;
	background: url(../images/backgrounds/bg_leadarticle.jpg) repeat-x #e6e3d2!important; /* declare background color for container to avoid distorted fonts in IE while fading */
	height: 300px;
	width: 600px; /*width of featured content slider*/
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width: 590px; /*width of content DIVs within slider. Total width should equal slider's inner width (600+5+5=610) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 580px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 33px;
text-align: right;
padding: 5px 10px 5px 10px;
}

.pagination a{
padding: 5px 5px 5px 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}