.zTabs .tab-nav{
    padding:0 0 30px 0;
}
.zTabs .tab-content{
    display: none;
}
.zTabs .tab-content.active{
    display: block;
}
