
/* CSS Document */
.webwidget_scroller_tab{font-size: 14px}
.tabContainer{ width:1200px; background:#FFF; float:left; margin:0 auto; text-align:center}
.tabContainer ul{ list-style:none}
.tabContainer li{ display:inline-block}
.tabContainer li a{ display:inline-block; background-color:#fff; border-radius:15px; color:#313131; font-weight:normal;font-size:14px; line-height:29px; height:30px; text-align:center; padding-left:20px; padding-right:20px; margin:0 auto;}
.tabContainer li.currentBtn a{ display:inline-block; background-color:#313131; border-radius:15px; color:#fff; font-weight:normal;font-size:14px; line-height:29px; height:30px; text-align:center; padding-left:20px; padding-right:20px; margin:0 auto}

.webwidget_scroller_tab .tabHead{
    list-style: none;
    padding:0px;
	margin:0px;
}
.webwidget_scroller_tab .tabHead li a{
    font-weight: normal;
    text-decoration: none;
}

.webwidget_scroller_tab .tabBody{
    border:0px;
    background-color: white;
    overflow: hidden;
    position: relative;
}

.webwidget_scroller_tab .tabBody ul{
     float: left;
	 margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
}
.webwidget_scroller_tab .tabCot{
     float: left;
	 margin: 0px;
    padding: 0px;
    list-style: none;
}




