.sliderwrapper {
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    border: 1px solid #ACB3B9;
	border-top: 0px solid #ACB3B9;
    width: 234px; /*width of featured content slider*/
    height: 230px;
    
    clear: both;
    display: block;
}

.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: #eee;
    /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
    height: 100%;
   width: 234px;

	display:block;

}


/* TABS */

.navtab {
    margin: 0px;
    padding: 00px;
    float: left;
    clear: none;
    width: 100%;
   /* background-image: url(../images/dtab_bg.png);
    background-repeat: repeat-x;
    background-position: bottom center;*/
    background-color: #fff;

	

}

.navtab ul {
    padding: 3px 0 0px 0px;
	margin:0px;
	margin-left: 0;
	margin-bottom:0px;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 900;
border-bottom: 1px solid #ACB3B9;
}

.navtab ul li {
list-style: none;
margin: 0;
display: inline;
cursor: pointer;
margin-bottom:0px;
}

.navtab ul li a {
padding: 3px 5px;
margin:0px;
margin-right: 1px;
margin-bottom:0px;
border: 1px solid #7C7C7C;
border-bottom: 0px solid #ACB3B9;
background: #DDE;
text-decoration: none;

    color: white;
background-image: url(../images/dtab_selected.png);
background-repeat: repeat-x;
background-position: bottom center;
}

.navtab ul li a span {
	margin:0px;
}

.navtab ul li a:hover  {
    background-image: url(../images/dtab_selected.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    color: #F07800;
}

.navtab ul li a.selected {
    background-color: #1B5394;
    color: #4C5259;
       background-image: url(../images/dtab_notselected.png);
    background-repeat: repeat-x;
    background-position: bottom center;
	border: 1px solid #ACB3B9;
border-bottom: 0px solid #ACB3B9;
	
}

