div.gallery {
	float: left;
	border: 1px solid #702a8b;
	width: 230px;
	height: 172px;
	margin: 0 5px 5px 0;
	background-color: black;
	position: relative;
}

img.gallery {
	position: absolute;
	left: 0;
	top: 0;
}
