/*===放标签的层===*/

div.gbl201_out{
white-space:nowrap;
overflow:hidden;
position:relative;
clear:both;
background:#0078d9;
width:163px;
}
 
div.gbl201_out ul.gblable{            
margin:0;
padding:0;

}

/*===切换标签的样式
=====必须指定边框编号防止冲突
===*/

li.gbl201{
list-style-type:none;
width:65px;
height:45px;
color:#fff;
text-align:center;
Font-family: "Microsoft YaHei","宋体" ! important;
font-size:20px;
cursor:pointer;
margin:0 auto;
margin-top:10px;
}

/*===切换标签当前选中的样式===*/


li.gbl201_current{
list-style-type:none;
width:105px;
height:45px;
color:#0078d9;
text-align:center;
Font-family: "Microsoft YaHei","宋体" ! important;
font-size:20px;
cursor:pointer;
background:#fff;
line-height:45px;
margin:0 auto;


}
.cle{
	clear:both;
	}

/*===more区域样式===*/

div.gbl201_more{
float:right;
}

div.gbl201_more a{
font:12px/28px Microsoft YaHei;
color:#555;
margin-right:3px
}

