/*===放标签的层===*/

div.gbl209_out{
white-space:nowrap;
overflow:hidden;
background:url(bargg.gif) repeat-x;
height:28px;
position:relative;
margin:0px 0px 0px 0px;
}
 
div.gbl209_out ul.gblable{            
margin:0 12px;
padding:0;
}




/*===切换标签的样式
=====必须指定边框编号防止冲突
===*/

li.gbl209{
list-style-type:none;
float:left;
width:78px;
height:28px;
padding-top:0px;
margin:0px 1px 0px 1px;
color:#555555;
text-align:center;
font:12px/28px simsun;
background:url(bargg.gif) 0px -38px no-repeat;
cursor:pointer;
}

/*===切换标签当前选中的样式===*/


li.gbl209_current{
list-style-type:none;
float:left;
height:28px;
width:78px;
padding-top:0px;
margin:0px 1px 0px 1px;
color:#555555;
text-align:center;
font:12px/28px simsun;
background:url(bargg.gif)  0px -68px no-repeat;
cursor:pointer;
}


/*===more区域样式===*/

div.gbl209_more{
float:right;
}

div.gbl209_more a{
font:12px/24px simsun;
color:#555;
margin-right:8px
}

