/************************************* Flash栏目通用样式 *************************************/
.flashbar {
	position:relative;
	overflow:hidden;
}
.flashbar .flashwarp {
	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 {
	display:none;
	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 {
	background:#cb4f06;
}
/************************************* 图片广告栏-中间广告 *************************************/
#banner {
	width:923px;
	height:192px;
	padding:5px 5px 10px 5px;
	margin:0 auto;
	background:#fafafe url(/LK_Skin/Images/bannerbg.png) 5px bottom no-repeat;
}
#banner .flashbar {
	width:923px;
	height:192px;
}
#banner .flash_titlewrap, #banner img {
	display:block;
	width:923px;
	height:192px;
}
#banner .flash_titlewrap { background:none; }
#banner .numberbar {
	right:15px;
	bottom:10px;
}
#banner .numberbar a {
	width:12px;
	height:13px;
	padding:0 0 0 1px;
	margin:0 4px;
	font:bold 12px/13px Arial;
	color:#fff;
}
#banner .numberbar .on, #banner .numberbar a:hover {
	background:#f1f1f1;
	color:#1e4395 !important;
}
