﻿/************************************* Flash栏目通用样式 *************************************/
.flashbar {
	position:relative;
	overflow:hidden;
}
.flashbar .flashwarp {
	display:none;
	z-index:101;
}
/************************************* Flash栏目-标题栏 *************************************/
.flash_titlewrap, .flash_title {
	position:absolute;	
	bottom:0;
}
.flash_titlewrap {
	left:0;
	width:100%;
	height:20px;
	background:#ccc;
	z-index:99;
}
.flash_title {
	left:40px;
	font:bold 14px/19px "宋体";
	color:#fff;
	z-index:100;
}
/************************************* Flash栏目-数字按钮栏 *************************************/
.flashbar .numberbar {
	position:absolute;
	right:0;
	bottom:1px;
	z-index:102;
}
.flashbar .numberbar a {
	float:left;
	text-align:center;
}
.flashbar .numberbar .on {}
/************************************* 图片广告栏-中间广告 *************************************/
#banner {
	width:930px;
	height:150px;
}
#banner .flash_titlewrap, #banner .flash_title { display:none; }
#banner img {
	display:block;
	width:930px;
	height:150px;
}
#banner .numberbar {
	display:none;
	right:35px;
	bottom:5px;
}
#banner .numberbar a {
	width:20px;
	height:20px;
	font:bold 14px/20px Arial;
	color:#0465b3;
}
#banner .numberbar .on, #banner .numberbar a:hover {
	color:#cb0000 !important;
}

