.sliderwrapper{
margin-top: 10px;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 299px; /*width of featured content slider*/
height: 280px;
background: #ffffff;
z-index: 2;
}



.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: #ffffff;
width: 299px; /*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 h1, a {
color: #666666;
font-size: 14px;
text-decoration:none;
font-weight:bold;
}

.contentdiv h2, a{
color: #666666;
font-size: 13px;
text-decoration:none;
font-weight:normal;
}

.contentdiv img {
border: 0px;
}


.pagination{
width: 299px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background: #ffffff;
border-bottom: 1px;
padding-bottom: 10px;
border-bottom-style: dashed;
border-bottom-color: #CCCCCC;
margin-bottom: 10px;
}

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

.pagination a:hover, .pagination a.selected{
color: #FF0000;
background: #ffffff;
}

