
#wrapper{
    width: 720px;
    height: 380px;
    margin: 0 auto;
    padding: 0 13px;
-moz-border-radius:8px;
	
	border-radius:4px;
	background:#CCCCCC;
    overflow: hidden;
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
}
.smoothTabs ul{
    width:820px;
    height: 18px;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    font-family: Tahoma;
    font-weight: bold;
}
.smoothTabs li{
    width: 100px;
    height: 20px;
    float: left;
    display: inline;
    margin: 0 5px 0 0;
    padding: 10px 0 0 0;
    color: #a90000;
    cursor: pointer;
    text-align: center;
}
.smoothTabs li:hover{
    background-image: url('../images/section_bg.jpg');
    background-repeat: no-repeat;
    color: #ffffff;
    opacity: 0.6;
}
.smoothTabs div{
    width: 495px;
    padding: 0 5px 0 5px;
}
li.smoothTabsLiCurrent{
    background-image: url('../images/section_bg.jpg');
    background-repeat: no-repeat;
    color: #ffffff;
	
}
.smoothTabsDivHidden {
    display: none;
}
.smoothTabsDivVisible{
    
}