@charset "utf-8";
/* CSS Document */
.webwidget_scroller_tab{font-size:12px; font-family:Verdana, Geneva, sans-serif;width:410px; float:left;margin-top:7px; overflow:hidden;}

.tabContainer li{float:left;margin-left:2px; }
.tabContainer li a{display:block!important;display:inline-block;padding:0px 5px;height:24px; line-height:27px; background:url(../i/bg-pattern-regular.png);color:#333; font-family:Arial, Helvetica, sans-serif}
.webwidget_scroller_tab .tabHead{
    list-style-type: none;
    margin:0px;
    padding:0px;
}
.webwidget_scroller_tab .tabBody{
    height: 150px;
    background-color: none;
    overflow: hidden;
    width:598px;
    position: relative;

}
.webwidget_scroller_tab .tabBody ul,li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.webwidget_scroller_tab .tabBody ul{
    width: 1800px;
    position: absolute;
}
.webwidget_scroller_tab .tabBody ul li{
    float: left;
    width: 400px;
}
.webwidget_scroller_tab .tabHead li a{
    text-decoration: none;
    color: #734214;
}
.webwidget_scroller_tab .tabCot{
    float: left;

}
.webwidget_scroller_tab .tabCot p{
    margin: 0px;
    padding:5px;
}
.webwidget_scroller_tab .tabContainer li.currentBtn{}
.webwidget_scroller_tab .tabContainer li.currentBtn a{}
