.gs_photo .object {
	line-height: 0;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	width: 50%;
	float: left;
}
.gs_photo .obj_wrap {
	position: relative;
}
.gs_photo .jqueryImg:after {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	background-position: center center;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	content: "";
	-moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
}
.gs_photo .jqueryImg:hover:after {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	background-color: rgba(0, 0, 0, 0.7);
	background-image: url(zoom-in-w.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
}
.gs_photo .classNavigator.top {
	margin-bottom: 20px;
}
.gs_photo .objectImage {
	width: 100%;
}

.gs_photo {
	width: 100%;
	float: left;
}
