﻿*{
	margin:0;
	padding:0;
	font-family:"Microsoft YaHei",Georgia,sans-serif;
}
a {
	color:#fff;
	text-decoration:none;
	outline:0;
	blr:expression(this.onFocus=this.blur());
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
#focus {
	width:573px;
	height:348px;
	overflow:hidden;
	position:relative;
}
#focus ul {
	float:left;
	width:573px;
	height:348px;
	clear:both;
	position:absolute;
}
#focus ul li {
	float:left;
	width:573px;
	height:348px;
	overflow:hidden;
	position:relative;
}
#focus ul li img {
	width:573px;
	height:348px;
	border:none;
}
#focus ul li div {
	position:absolute;
	overflow:hidden;
}
#focus .sbg {
	position:absolute;
	left:0;
	bottom:0;
	background:#000;
}
#focus .sbn {
	position:absolute;
	height:14px;
	padding:5px 0;
	right:5px;
	bottom:0;
	text-align:center;
}
#focus .sbn span {
	display:inline-block;
	_display:inline;
	_zoom:1;
	width:25px;
	height:10px;
	_font-size:0;
	margin:0 3px;
	cursor:pointer;
	background:#fff;
}
#focus .sbn span.on {
	background:#fff;
}

#notice {
	position:absolute;
	top:15px;
	left:15px;
	width:350px;
}
#notice h1 {
	color:#fff;
	font-size:14px;
	height:40px;
	line-height:40px;
	padding-left:15px;
	background:#bf4d0e;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
#notice ul {
	overflow:hidden;
}
#notice ul li {
	color:#fff;
	font-size:13px;
	height:35px;
	line-height:35px;
	padding-left:15px;
	border-bottom:1px dashed #9e8795;
	background:#4c2e38;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}