.disslide{
width:400px;

}
.sliderwrapper{
float:left;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 100%; /*width of featured content slider*/
height: 200px;
margin: 0 auto;

}




.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 100%; /*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;

}

.invertedtabs{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

.invertedtabs ul{
font: normal 11px Arial, Verdana, sans-serif ;
color:#FFFFFF;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

.invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}


.invertedtabs a{
float:left;
color: #FFFFFF;
background: black url(/bani/color_tabs_left2.gif) no-repeat left bottom;
margin:0 8px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

.invertedtabs a span{
color: #FFFFFF;
float:left;
display:block;
background: transparent url(/bani/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

.invertedtabs a span{
color: #FFFFFF;
float:none;
}


.invertedtabs a:hover{
color: #FFFFFF;
background-color: gray;
}

.invertedtabs a:hover span{
color: #FFFFFF;
background-color: gray;
}

.invertedtabs #current a, .invertedtabs #current span{ /*currently selected tab*/
background-color: black;
}

.invertedtabsline{
clear: both;
padding: 0;
padding-left:-1px;
width: 101%;
background: white;
border: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
