@charset "gb2312";
/************************************* 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:30px;
	bottom:6px;	
	z-index:102;
}
.flashbar .numberbar a {
	float:left;
	width:32px;
	margin:0 0 0 3px;
	background:#3D3D3D;
	text-align:center;
/*	text-shadow:0 0 5px #fff;
*/	color:#868686;
	font:bold 14px/24px Arial;
}
.flashbar .numberbar .on { color:#ffffff; background:#DB0000 }
/************************************* 大图片广告栏 *************************************/
#banner .flashbar, #banner .flashbar img {
	width:1003px;
	height:231px;
}
#banner{
	height:231px;
/*	border-bottom:1px solid #696969;
*/}
