#mask {
	height:350px;
	overflow:hidden;
	width:875px;
	position:relative;
}
body {
	position:relative;
	/*overflow-x: hidden;*/
}

#mask table {
	border:none !important;
}
#mask a {
	float:left;
	position:absolute;
	width:175px;
	height:175px;
}
#table {
	position:absolute;
}
#lists {
	text-align:center;
	padding-top:5px;
	background: #fff;
}
#lists div {
	margin:0 10px;
	background:url("/i/line.gif") repeat-x -10px
}

#lists ul {
	background: #fff;
	height:16px;
	padding:0;
	margin:0;
	list-style:none;
	margin:0 auto;
	padding-top:6px;
}
#lists li {
	float:left;
	width:20px;
	height:16px;
	line-height:8px;
	font-size:11px;
	color:#069;
	text-align:center;
	cursor:pointer;
	text-decoration: underline;
}
#lists li.active {
	color:#333;
	font-weight:bold;
	text-decoration: none;
	background-position:bottom;
	cursor:default;
}
