.PicList2 {
	float: left;
	margin-top: 10px;
}
.PicList2 ul {
	margin-left: 26px;
}
.PicList2 li {
	float: left;
	width: 123px;
	height: 100px;
	position: relative;
	margin-right: 0px;
	margin-bottom: 22px;
	padding-top: 0px;
	background: url(../image/bg.png) no-repeat left top;
	cursor: pointer;
}
.PicList2 li:nth-child(10n) {
	margin-right: 0px;
}
.PicList2 strong {
	height: 46px;
	line-height: 46px;
	text-align: center;
	overflow: hidden;
	font-size: 22px;
	font-weight: normal;
	color: #07393d;
	margin-bottom: 3px;
	letter-spacing: 4px;
	display: block;
}

.PicList2 .photo {
	width: 42px;
	height: 42px;
	margin: 27px 37px;
	display: block;
}
#preview {
	position: absolute;
	border: 1px solid #1c1f26;
	background: #0d1015;
	padding: 5px;
	display: none;
	color: #fff;
}

#preview {
	position: absolute;
	border: 1px solid #614635;
	background: #3c2116;
	padding: 5px;
	display: none;
	margin-top: -350px;
	z-index: 99999;
}
