.flashNews {
	position:relative;
	width:727px;
	overflow:hidden; 
}
.flashNews .bg {
	position:absolute;
	left:0;
	bottom:0;
	width:304px;
	height:73px;
	background:#000000;
	filter:alpha(opacity=39);
	-moz-opacity:0.39;
	opacity:0.39;
}
.flashNews ul {
	position:absolute;
	right:0;
	bottom:0;
	margin:0;
	padding-left:47px;
	/*top: 126px;*/
	_padding-left:46px;
	background:url(/wstore/img/main/flashPage_bg.png) 0 0 no-repeat;
	z-index:2;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wstore/img/main/flashPage_bg.png',sizingMethod='crop')
}
.flashNews ul li {
	float:left;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	list-style-type:none;
    margin:0 0 0 1px;
    background:#cccccc;
    FILTER:alpha(opacity=80)
}
.flashNews ul li a {
	display:block;
	width:24px;
	height:24px;
	font-size:14px;
	font-family:Tahoma;
	font-weight:bold;
	color:#000;
}
.flashNews ul li a:hover, .flashNews ul li a.sel {
	color:#F20000;
}
