@charset "utf-8";
/************************************* Flash栏目通用样式 *************************************/
.flashbar {
	float:left;
	display:inline;
	overflow:hidden;
}
.flashbar .flashwarp {
	z-index:101;
}
/************************************* Flash栏目-标题栏 *************************************/
.flashbar .titlebar {
	position:absolute;
	display:none;
	left:0;
	bottom:0;
	width:100%;
	padding:0 0 0 40px;
	background:#CCC;
	color:#000;
	font:bold 14px/24px "宋体";
	z-index:100;
}
/************************************* Flash栏目-数字按钮栏 *************************************/
.flashbar .numberbar {
	position:absolute;
	right:0;
	bottom:0;	
	z-index:102;
}
.flashbar .numberbar a {
	float:left;
	width:32px;
	margin:0 0 0 4px;
	background:#343434;
	text-align:center;
	text-shadow:0 0 5px #fff;
	color:#d3d3d3;
	font:bold 14px/24px Arial;
}
.flashbar .numberbar .on { color:#f00; }
/************************************* 大图片广告栏 *************************************/
#banner .flashbar, #banner .flashbar img {
	width:936px;
	height:208px;
}
