#maobiggallery {
	margin: 50px 0 60px;
}

#maobiggallery h2 {
	margin: 40px 0 10px;
	text-transform: none;
}

.gallery-image {
	position: relative;
	margin: 20px 0;
}

.gallery-image .lens-icon {
	background: url("images/opacity30.png") repeat scroll 0 0;
	background: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	display: block;
	opacity: 0;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.gallery-image .lens-icon:before {
	background: url("images/lens.png") no-repeat scroll 50% 50%;
	content: "";
	display: block;
	margin: -19px 0 0 -19px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 38px;
}
.gallery-image a:hover .lens-icon {
	opacity: 1;
}

.gallery-image img {
	background-color: #fff;
	border: 5px solid #f2f2f2;
	display: inline-block;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}