.CollageA,
.CollageB,
.CollageC,
.CollageD,
.CollageE,
.CollageF,
.CollageG,
.CollageH,
.CollageI,
.CollageJ,
.CollageK {
	/*This is where you set the padding you want between the images*/
	padding: 7px;
}
.CollageA img,
.CollageB img,
.CollageC img,
.CollageD img,
.CollageE img,
.CollageF img,
.CollageG img,
.CollageH img,
.CollageI img,
.CollageJ img,
.CollageK img {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: bottom;
	opacity: 1;
	/*This is where you set the border you want for the image border:6px solid #FFF;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 400ms ease-in;
	-webkit-transform: scale(1);
	-ms-transition: all 400ms ease-in;
	-ms-transform: scale(1);
	-moz-transition: all 400ms ease-in;
	-moz-transform: scale(1);
	transition: all 400ms ease-in;
	transform: scale(1);
}
.CollageA img:hover,
.CollageB img:hover,
.CollageC img:hover,
.CollageD img:hover,
.CollageE img:hover,
.CollageF img:hover,
.CollageG img:hover,
.CollageH img:hover,
.CollageI img:hover,
.CollageJ img:hover,
.CollageK img:hover {
 *z-index: 200;
	-webkit-transition: all 400ms ease-in;
	-webkit-transform: scale(1.2);
	-ms-transition: all 400ms ease-in;
	-ms-transform: scale(1.2);
	-moz-transition: all 400ms ease-in;
	-moz-transform: scale(1.2);
	transition: all 400ms ease-in;
	transform: scale(1.2);
}
.Caption {
	font-size: 1rem;
	font-weight: normal;
 *font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.Caption_Content {
 *font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 0.9rem;
	color: #FFF;
	padding: 10px;
}
