.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #151515;
border-bottom-width: 0px;
width: 940px; /*width of featured content slider*/
height: 325px;
font-size: larger;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: #E6E6E6;
width: 945px; /*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;

}

.contentdiv p
{
	padding-bottom:15px;
}

.pagination{
width: 935px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #E6E6E6;
padding: 6px 10px;
}

.pagination a{
padding: 3px 7px;
text-decoration: none; 
font-weight:bold;
color: #151515;
background: #d4d4d4;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #B30000;
text-decoration: none; 
}