.homeimagecontainer {
	display: block;
	width:100%;	
	height:400px;
	padding: 0px;
	margin: 0px;
}

.homeimages {
	position: relative;
	display: block;
	overflow: hidden;
	float:left;
	width:33%;
	height:50%;
	padding-left: auto;
	padding-right: auto;
	margin: 1px;
	background-size: cover;
	background-repeat: no-repeat;
	background-clip: content-box;
	background-position: center; 
}

a.homeimagebutton:link {
	position: absolute;
	bottom: 0px;
	display: block;
	width:100%;
	height:100%;
}

a.homeimagebutton:hover {
	position: absolute;
	bottom: 0px;
	display: block;
	width:100%;
	height:100%;
	background-color: transparent;
	opacity: 0.2;
}
