#gallery {
	float: left;
	width: 100%;
}

#gallery-header {
	height: 100px;
	width: 100%;
	float: left;
}

#gallery-header-center {
	height: 100px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#gallery-header-center-left {
	float: left;
	height: 35px;
	line-height: 35px;
	margin-top: 32px;
}

#gallery-header-center-left-icon {
	float: left;
	height: 35px;
	width: 35px;
	background-color: rgba(63, 141, 191, 1);
	color: rgba(255, 255, 255, 1);
	text-align: center;
	font-size: 20px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

#gallery-header-center-left-icon:hover {
	background-color: rgba(63, 141, 191, 0.5);
	cursor: pointer;
}

#gallery-header-center-left-title {
	float: left;
	height: 35px;
	font-size: 25px;
	color: #3f8dbf;
	margin-left: 20px;
}

#gallery-header-center-right {
	xfloat: right;
	xheight: 35px;
	xmargin-top: 32px;
	xline-height: 35px;
}

.gallery-header-center-right-links {
	display: block;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	font-size: 17px;
	line-height: 1.8;
	text-align: left;
	color: #fff;
	transition: color .3s ease;
	margin: 5px 15px 0 5px;
}

.gallery-header-center-right-links:hover {
	border-bottom: 1px solid #fff;
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
}

.gallery-header-center-right-links-current {
	color: #FFFFFF;
	border-bottom: 1px solid #fff;
}

.gallery-header-center-right-links-current:hover {
	border-bottom: 1px solid #fff;
}

#gallery-content {
	float: left;
	width: 100%;
}

.gallery-content-center-normal {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.gallery-content-center-full {
	float: left;
	width: 100%;
}

#gallery-content-center img {
	width: 32.333%;
	margin-bottom: 1%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-left: 1%;
}