#wrapper{
    /*width: 800px;*/
    /*height: 335px;*/
    margin: 0;
    padding: 0;
	/*background-color:#FF9966;*/
    /*background-image: url('../img/slideTabbg.png');*/
    /*background-repeat: no-repeat;*/
    /*overflow: hidden;*/
    /*font-family: Arial;*/
    /*font-size: 12px;*/
 /*   line-height: 16px;*/
}
.smoothTabs ul{
    /*width: 650px;*/
    height: 31px;
    list-style: none;
    /*margin: 5px 0 0 0;*/
    /*padding-left: 20px;
	padding-right:20px;*/
	padding:0;
    /*font-family: Tahoma;*/
    /*font-weight: bold;*/
	/*background-color:#993366;*/
}
.smoothTabs li{
    /*width: 190px;*/
    height: 25px;
    float: left;
    display: inline;
    margin: 0;
   /* padding: 22px 0 0 0;*/
   padding: 5px 20px 0 20px;
    color: #383;
	background-color:#ccc;
    cursor: pointer;
    text-align: center;
	/*border:#383 thin solid;*/
}
.smoothTabs li:hover{

    color: #ffffff;
	background-color:#383;
}
.smoothTabs div{
    width: 800px;
    padding: 0 5px 0 5px;
	/*border:#383 thin solid;*/
}
li.smoothTabsLiCurrent{
/*    color: #ffffff;
	background-color:#383;
	font-weight:bold;*/
}
.smoothTabsDivHidden {
    display: none;
}
.smoothTabsDivVisible{
    
}