#tab-container { 
    height: 400px;
   	overflow: hidden;
}


ul.tab-headers { 
     width: 300px;
    height: 34px;
   list-style-type: none;
    margin: 0;
    padding: 0 0px 0px 0px;
    margin-bottom: 0;
}
ul.tab-headers li {
     height: 34px;
     margin-bottom: 0;
    margin: 0;
    padding: 0 0px 0px 0px;
    float: left;
    cursor: pointer;
}
ul.tab-headers li.active {
     height: 34px;
     margin-bottom: 0;
    margin: 0;
    padding: 0 0px 0px 0px;
 }
.tab-content {
    margin-bottom: 0;
    margin: 0;
    padding: 0 0px 0px 0px;
    visibility: hidden;
 }