.gallery{
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}

.gallery-left{
	width: 50%;
	float: left;
}

.gallery-right{
	width: 50%;
	float: right;
}

.gallery img{
	width: 90%;
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}

.gallery img:hover{
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
}