#wrapper {
	width: 1310px;
	margin: 0 auto;
}
#header {
	margin-bottom: 10px;
	font-size: 28px;
	text-align: center;
}
#content {
	background: #fff;
}
.left {
	width: 250px;
	float: left;
}
.right {
	width: 1060px;
	float: right;
}
/* galleryList */
.galleryList {
	
}
.galleryList li {
	width: 350px;
	height: 355px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}
.galleryList li.lifirst {
	margin-left: 0px;
}
.galleryList li .img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	background-size: auto 355px;
	background-position: center center;
}
.galleryList li .title {
	width: 340px;
	position: absolute;
	bottom: 0px;
	padding: 5px;
	font-size: 26px;
	background: rgba(255, 255, 255, 0.7);
}
/* galleryView */
.galleryView {
	
}
.galleryView li {
	width: 350px;
	display: none;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}
.galleryView li.lifirst {
	margin-left: 0px;
}
.galleryView li.active {
	display: block;
}
.galleryView li img {
	width: 100%;
	display: block;
	position: relative;
}
.galleryView li .title {
	width: 100%;
	position: absolute;
	bottom: 0px;
	font-size: 26px;
	background: rgba(255, 255, 255, 0.7);
}
.paginator {
	width: 100%;
	font-size: 20px;
}
.clear {
	clear: both;
}
#footer {
	
}
