.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is/
border: 1px solid navy;*
width: 615px; /*width of featured content slider*/
height: 225px;
z-index:-1;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 390px; /*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: 615px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-image:url(images/img.png);
margin-top:-28px;
height:28px;
z-index:100;
}

.pagination a{
padding: 2px 5px;
margin:2px 0px;
text-decoration: none; 
background: #fff;
border:1px solid #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#606060;
height:16px;
}

.pagination a:hover, .pagination a.selected{
background-color: #000000;
text-decoration:none;
}

.featured {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
}

#banner_link a {
	
font-family: Arial;
	
font-style: strong;
	
font-size: 10px;
	
color: #303030;
	
text-decoration: none;
	
border-top-style: none;
	
border-right-style: none;
	
border-bottom-style: none;
	
border-left-style: none;
	
background:none;
}

#banner_link a:hover {
	
text-decoration: underline;
}

a:hover {
	
text-decoration: underline;
}