﻿body {
	font: normal 12px/1.6em simsun, Verdana, Lucida, Arial, Helvetica, sans-serif;
	color: #353535;
	margin: 0px;
	background: #000;
}
a {
	text-decoration: none;
	color: #353535;
}
a:hover {
	color: #CD0102;
}
img {
	border: 0;
}
.flashNews {
	position: relative;
	width: 133px;
	height: 131px;
	margin-bottom: 12px;
	overflow: hidden;
	border: 1px solid #FF0000;
}
.flashNews img {
	width: 133px;
	height: 131px;
}
.flashNews .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 304px;
	height: 73px;
	background: #000000;
	filter: alpha(opacity=39);
	-moz-opacity: 0.39;
	opacity: 0.39;
	display: none;
}
.flashNews h3 {
	display: none;
}
.flashNews p {
	display: none;
}
.flashNews ul {
	position: absolute;
	left: -40px;
	top: 104px;
	*top: 116px!important;
	*top: 116px;
	z-index: 0;
	width: 135px;
}
.flashNews ul li {
	float: left;
	width: 27px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	background: #FF0000 url('bg_01.gif') repeat-x;
	list-style: none;
}
.flashNews ul li a {
	display: block;
	width: 27px;
	height: 15px;
	font-size: 10px;
	font-family: "Arial Unicode MS";
	font-weight: bold;
	color: #FFFFFF;
}
.flashNews ul li a:hover, .flashNews ul li a.sel {
	color: #F5F184;
	background: #FF0000 url('bg_02.gif') repeat-x;
}

