div.nav {
	position:relative;
	width:980px;
	height:95px;
	margin:0;
	background:url(/home/images/nav-bg.gif) repeat-x;
	overflow:hidden;
}
div.nav div#pre,div.nav div#next {
	position:absolute;
	z-index:9999;
	display:block;
	width:55px;
	height:95px;
	cursor:pointer;
}
div.nav div#pre {
	left:0px;
	background:url(/home/images/arrow-left.png) no-repeat;
}
div.nav div#next {
	right:0px;
	background:url(/home/images/arrow-right.png) no-repeat 0px -95px;
}
div.nav div#list {
	position:absolute;
	left:55px;
}
div.nav div#list a {
	display:block;
	height:95px;
	width:87px;
	float:left;
	padding:0;
	margin:0;
	text-decoration:none;
	color:#666;
}
div.nav div#list a:hover {
	background:url(/home/images/nav-bg-hover.png) repeat-x;
}
div.nav div#list a:hover span {
	cursor:pointer;
	color:#000;
}
div.nav div#list a img {
	display:block;
	height:62px;
	width:87px;
	border:none;
	float:left;
	margin:0;
	padding:0;
	behavior:url(/home/iepngfix/iepngfix.htc);
	clear:both;
}
div.nav div#list a span {
	display:block;
	width:87px;
	height:33px;
	font-size:12px;
	padding:0px;
	text-align:center;
	font-weight:bold;
	clear:both;
}


#navQuickLocation {
	display:block;
	float:right;
	margin:22px 10px;
	padding:0;
	height:8px;
	overflow:hidden;
}
#navQuickLocation span {
	display:block; 
	float:left;
	margin:0px 2px;
	width:8px; 
	height:8px;
}
#navQuickLocation span.current {
	background:url(/home/images/dot.gif) no-repeat 0 -16px;
}
#navQuickLocation span.toThis {
	background:url(/home/images/dot.gif) no-repeat 0 0;
	cursor:pointer;
}
#navQuickLocation span.toThis:hover {
	background:url(/home/images/dot.gif) no-repeat 0 -8px;
}
