
img {
	max-width: 100%;
}

.clear {
	float: none !important;
	clear: both;
}

.main {
	background: #fff;
	width: 100%;
	margin: 0 auto;
	z-index:0;
}


a.gal {
	display: block;
	margin-bottom: 23px;
	background:url(../../images/honor/magnify.png)  center center no-repeat #373737;
}

a.gal img {
transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a.gal:hover img {
	opacity: 0.5;
}

.gallery .img_inner {
	margin-bottom: 0;
}

.gallery .clear {
	height: 46px;
}

/*Content*/

.content {
	padding-top: 50px;
	padding-bottom: 0px;
	margin: 0 0 0 0px;
}