ul.photoGalleryGenerator {
	list-style-type	: none;
	margin		: 0;
	padding		: 0;
}

ul.photoGalleryGenerator li {
	position	: relative;
	display		: inline-block;
	vertical-align	: top;
	margin		: 5px;
	border		: 2px solid white;
	box-shadow	: 2px 2px 5px rgba(0,0,0,.75);
	width		: 175px;
	height		: 175px;
	overflow	: hidden;
	text-align	: center;
	background	: white;
}
	ul.photoGalleryGenerator li img {
		position	: relative;
		margin-left	: -50%;
		margin-right	: -50%;
		height		: 100%;
		width		: auto;
	}

ul.photoGalleryGenerator li a.removePhotoLink {
	position	: absolute;
	top		: 0px;
	right		: 0px;
	background	: red;
	color		: white;
	padding		: 5px;
	text-decoration	: none;
}
	ul.photoGalleryGenerator li a.removePhotoLink:hover {
		background	: white;
		color		: red;
	}