/*import "base/jquery.ui.all.css";*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
body {
	line-height:1.5;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
/******透明效果******/
.opacity {
	background-color:#000;
	filter:alpha(opacity=50);       /* IE */
	-moz-opacity:0.5;              /* Moz + FF */
	opacity: 0.5;           /* 支持CSS3的浏览器（FF 1.5也支持）*/
}
/******图片轮换******/
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#flashnvanum {
	bottom: 30px;
	position: absolute;
	right: 10px;
	width: 110px;
}
#flashnvanum span {
	background: transparent url(../imgs/flashbutton.gif) no-repeat scroll -15px 0;
	color: #472D16;
	cursor: pointer;
	float: left;
	font-family: Arial;
	font-size: 12px;
	height: 15px;
	line-height: 15px;
	margin: 1px;
	text-align: center;
	width: 15px;
	font-weight:bold;
}
#flashnvanum span.on {
	background: transparent url(../imgs/flashbutton.gif) no-repeat scroll 0 0;
	color: #FFFFFF;
	height: 15px;
	line-height: 15px;
	width: 15px;
}

