.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 460px; /*width of featured content slider*/
height: 158px;
margin:0 auto;
background:transparent;
}

.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: #F5F4F3;
width: 450px; /*width of content DIVs within slider. Total width should equal slider's inner width (450+5+5=460) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.prev a, a:hover{ border-bottom:0px solid #dbd5c5; }
.next a, a:hover{ border-bottom:0px solid #dbd5c5; }
.pagination { }

.PresentBG { background:#fff; }

#tabsB {float:left; width:100%; background:transparent; font-size:93%; line-height:normal; margin-top:0px;}
#tabsB ul {margin:0;padding:0px 10px 10px 20px;list-style:none;}
#tabsB li {display:inline;margin:0;padding:0;}
#tabsB a.toc {
  float:left;
  background:url("Images/tableftB.gif") no-repeat left bottom;
  margin:0;
  padding:0px 0 0px 4px;
  text-decoration:none; font-weight:normal; color: #208BE1;
  cursor:pointer;cursor:hand; 
}
#tabsB a.toc span {
  float:left;
  display:block;
  background:url("Images/tabrightB.gif") no-repeat right bottom;
  padding:4px 15px 5px 6px;
  color:#666; font-weight:normal; color: #208BE1;
  cursor:pointer;cursor:hand; 
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsB a.toc span {float:none;}
/* End IE5-Mac hack */
#tabsB a.toc:hover span {color:#000;}
#tabsB a.toc:hover {background-position:0% -21px;}
#tabsB a.toc:hover span {background-position:100% -21px;}
