/* CSS Document */

.nav {
	margin: auto;
	height: 12px;
	width: 980px;
	font-family:"ËÎÌå";
	padding:6px;
}
.nav .l {
    float:left;
    height: 18px;
	width: 680px;
	padding-top:4px;
}
.nav .r {
    float:left;
    height: 18px;
	width: 300px;
	padding-top:4px;
	text-align:center;
}
.nav a {
    text-decoration:none;
	font-size:12px;
	color:#999999;
}
.nav a:hover {
    text-decoration:underline;
	font-size:12px;
	color:#999999;
}
.s_c {
	margin: auto;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	height: 50px;
	width: 980px;
}
.s_c_in {
	height: auto;
	width: 980px;
	background:#F0F0F0;
}
.s_c_in .s_c_in_item {
	height: 20px;
	width: 122px;
	padding-top:4px;
	text-align:center;
	float:left;
}

.photolist {
	margin: auto;
	height: auto;
	width: 980px;
	padding:6px;
	text-align:center;
}

.photolist .showpic {
	float: left;
	height: auto;
	width: 160px;
	border: 2px solid #F0F0F0;
	padding:9px;
	margin:4px;
	
}
.photolist .showpic .pic {
	padding: 1px;
	float: left;
	height: 120px;
	width: 160px;
	border: 1px solid #999999;
}
.photolist .showpic .text {
	padding: 4px;
	float: left;
	height: 12px;
	width: 156px;
	line-height:18px;
}
.photolist .showpic .text a {
	text-decoration:none;
	color:#999999;
}
.photolist .showpic .text a:hover {
	text-decoration:underline;
	color:#FF3300;
}
.page_list {
	margin: auto;
	padding: 6px;
	height: 20px;
	width: 980px;
	text-align:right;
}
.page_list a {
    text-decoration:none;
	font-size:12px;
	color:#999999;
}
.page_list a:hover {
    text-decoration:underline;
	font-size:12px;
	color:#999999;
}
