/*===放标签的层===*/

div.gbl201_out{
white-space:nowrap;
overflow:hidden;
background:#666666;
height:50px;

position:relative;

}
 
div.gbl201_out ul.gblable{            
margin:0;
padding:0;
}

/*===切换标签的样式
=====必须指定边框编号防止冲突
===*/

li.gbl201{
list-style-type:none;
float:left;
width:100px;
height:50px;


color:#fff;
text-align:center;
font:16px/50px Microsoft YaHei;
background:#666666;
cursor:pointer;
}

/*===切换标签当前选中的样式===*/


li.gbl201_current{
list-style-type:none;
float:left;
width:100px;
height:50px;


color:#fff;
text-align:center;
font:16px/50px Microsoft YaHei;
background:#0858b1;
cursor:pointer;
}


/*===more区域样式===*/

div.gbl201_more{
float:right;
}

div.gbl201_more a{
font:16px/50px Microsoft YaHei;
color:#fff;

}

