@charset "utf-8";
/*------------------------------------------- begin special people content ------------------------------------------------*/
.contentbox {
	position: absolute;
	top: 155px;
	width: 100%;
	min-height: 550px;
	height: 550px;
	overflow: hidden;
	display: block;
	z-index: 10;
}
/*------------------------------------------- end special people content ------------------------------------------------*/
/*------------------------------------------- begin other category navigation ------------------------------------------------*/
ul.cnav {
	position: absolute;
	top: 407px;
	left: 128px;
	width: 169px;
	height: 51px;	
}
.cnav li {
	position: absolute;
	height: 12px;
	font-size: 12px;
	text-indent: -9999px;
	text-align: center;
	line-height: 10px;
	list-style-type: none;
	display: block;
}
li#hutong {
	top: 0;
	left: 0;
	width: 125px;
	background: url(../pics/submenu/hutong.jpg) 0 0 no-repeat;
	background-position: 0;
}
li#hutong:hover, li#hutong.current{
	background-position: -125px;
}
a.pnh, a.pnsp, a.pngw {
	position: absolute;
	top: 0;
	left: 0;
	height: 12px;
}
a.pnh {
	width: 125px;
}
li#palace {
	top: 17px;
	left: 0;
	width: 169px;
	background: url(../pics/submenu/summerpalace.jpg) 0 0 no-repeat;
	background-position: 0;
}
li#palace:hover, li#palace.current{
	background-position: -169px;
}
a.pnsp {
	width: 169px;
}
li#wall {
	top: 34px;
	left: 0;
	width: 142px;
	background: url(../pics/submenu/greatwall.jpg) 0 0 no-repeat;
	background-position: 0;
}
li#wall:hover, li#wall.current{
	background-position: -142px;
}
a.pngw {
	width: 142px;
}
/*------------------------------------------- end other category navigation ------------------------------------------------*/