@charset "utf-8";
/* CSS Document */
.tabContainer li {
	float:left;
	border: 1px solid #eee;
    border-right: 0;
    padding: 18px 0;
    width: 184px;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    margin-bottom:30px;
}
.tabContainer li:last-child { border-right:1px solid #eee;}
.tabContainer li a{display:block!important;display:inline-block;}

.webwidget_scroller_tab .tabHead{
    list-style-type: none;
    margin:0px;
    padding:0px;
}
.webwidget_scroller_tab .tabBody{
    height: 150px;
    background-color: white;
    overflow: hidden;
    width:498px;
    position: relative;

}
.webwidget_scroller_tab .tabBody ul,li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.webwidget_scroller_tab .tabBody ul{
    width: 1500px;
    position: absolute;
}
.webwidget_scroller_tab .tabBody ul li{
    float: left;
    width: 500px;
}
.webwidget_scroller_tab .tabHead li a{
    color: #444;
}
.webwidget_scroller_tab .tabCot{
    float: left;
    height:1200px;

}
.webwidget_scroller_tab .tabCot p{
    margin: 0px;
    padding:5px;
}
.webwidget_scroller_tab .tabContainer li.currentBtn{background:#17b0fe}
.webwidget_scroller_tab .tabContainer li.currentBtn a{color:#fff !important}

