/************************************* Flash栏目通用样式 *************************************/
.flashbar {
	float:left;
	display:inline;
	margin:0 0 0 13px;
	overflow:hidden;
}
.flashbar .flashwarp {
	z-index:101;
}
/************************************* Flash栏目-标题栏 *************************************/
.flashbar .titlebar {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:2px 0 0 40px;
	background:#CCC;
	color:#000;
	font:bold 14px "宋体";
	z-index:100;
}
/************************************* Flash栏目-数字按钮栏 *************************************/
.flashbar .numberbar {
	position:absolute;
	right:0;
	bottom:0;	
	z-index:102;
}
.flashbar .numberbar a {
	float:left;
	width:20px;
	background:#000;
	border-left:#fff solid 1px;
	text-align:center;
	color:#fff;
	font:bold 14px/18px Arial;
}
.flashbar .numberbar .on {
	background:#cb4f06;
}
/************************************* 图片广告栏-中间广告 *************************************/
#centerfma.flashbar, #centerfma img {
	width:520px;
	height:214px;
}
#leftfma.flashbar, #leftfma img, #rightfma.flashbar, #rightfma img {
	width:218px;
	height:214px;
}
#leftfma.flashbar .titlebar, #rightfma.flashbar .titlebar { display:none; }
#leftfma.flashbar .numberbar, #rightfma.flashbar .numberbar { display:none; }