@charset "utf-8";
/* CSS Document */
.webwidget_scroller_tab2{
	margin: 0 auto;
	width: 1000px;

	
}
.webwidget_scroller_tab2 .tabContainer{width:100%;overflow:hidden;}
.webwidget_scroller_tab2 .tabContainer li{
	background-color: #008fd7;
	line-height: 120px;
	height: 120px;
	width: 247px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	float: left;
}
.webwidget_scroller_tab2 .tabContainer li a{

}
.webwidget_scroller_tab2 .tabHead{
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.webwidget_scroller_tab2 .tabBody{
	overflow: hidden;
	position: relative;

}
.webwidget_scroller_tab2 .tabBody .bos{
    width: 1500px;
    position: absolute;
}
.webwidget_scroller_tab2 .tabBody ul .tabCot{
	float: left;
	padding-top: 25px;
}
.webwidget_scroller_tab2 .tabBody ul .tabCot img{
	float: left;
}

.webwidget_scroller_tab2 .tabHead li a{
	color: #FFFFFF;
}
.webwidget_scroller_tab2 .tabContainer li.currentBtn{
	background-color:#008fd7;
}
.webwidget_scroller_tab2 .tabContainer li a{ font-size:18px}

