/* @override http://www.vabreastsurgery.com/wp-content/themes/drzemmel/gallery.css */

.case {
	width: 232px;
	float: left;
	font-size: 12px;
	color: #37432e;
	margin: 0 28px 35px 33px;
}

.case h2, .case p {
	margin-left: 0px;
}

#inside.gallery article h2 {
	clear: both;
}

.case a {
	display: block;
	margin-bottom: 25px;
	position: relative;
	text-align: left;
}

.case p {
	text-align: left;
}

.case img {
	border: 3px solid #d6ccb7;
	margin: 0 5px 0 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.case span {
	display: none;
	z-index: 100;
	height: 140px;
	width: 205px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-indent: -9999px;
}

.case a:hover span {
	display: block;
	background: url("images/galleryHover.png") no-repeat;
}

.caseImages {
	float: left;
	width: 150px;
	margin-right: 7px;
}

.caseImages {
	position: relative;
}

.caseImages img {
	border: 1px solid #000;
}

.caseImages span {
	text-indent: -9999px;
	background: url("images/watermark.png") no-repeat;
	z-index: 100;
	height: 31px;
	width: 131px;
	position: absolute;
	left: 10px;
	top: 170px;
}

.caseImages span.watermark2 {
	top: 385px;
}

.row {
	clear: both;
	width: 612px;
	float: left;
}