.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 970px; /*width of featured content slider*/
height: 364px;
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*/
padding: 5px;
background: white;
width: 960px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:46px;
font-weight:bold;
}

.contentdiv td {vertical-align:middle; line-height:normal !important;}
.contentdiv .A { margin-left:10px ; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:36px; font-weight:bold ;line-height:45px;}
.contentdiv .B { vertical-align:baseline; float:right;}

.pagination{
    width: 95px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
    text-align: left;
    background-color: #FFF;
    padding: 5px 10px;
    text-decoration: none !important;
    position:absolute;
    top:440px;
    left:50px;
    z-index:100;
}

.pagination a{
    padding: 0 5px;
    text-decoration: none !important; 
    color: #000;
    background: white;
    border-bottom:0px;
}

#PageDisplay{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	float:left;
}

.pagination a:hover, .pagination a.selected{
    color: #000;
    background-color: #FFFFFFF;
    text-decoration: none !important; 
    border-bottom:0px;
}


