.bannerAd{
width:764px;
height:210px;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 700px; /*width of featured content slider*/
height: 180px;
margin-left:32px;
}

img {
border: none;
}

a {
border:none;
}

.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: white;
width: 700px;
height: 180px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 252px;
text-align: center;
}

.pagination a{
width:5px;
height:5px;
background-image:url(toc1.png);
background-repeat:no-repeat;
background-position:center;
}

.pagination a:hover, .pagination a.selected{
width:5px;
height:5px;
background-image:url(toc2.png);
background-repeat:no-repeat;
background-position:center;
text-decoration:none;
}