/* @override http://rmwebsite.com/friedmanmd/wp-content/themes/friedmanmd/gallery.css */
.row {
	clear: both;
	margin-bottom: 25px;
	float: left;
}

.case {
	height: 315px;
	width: 291px;
	float: left;
	margin-right: 11px;
	color: #4c4c4c;
	position: relative;
	padding-bottom: 43px;
	border-bottom: 1px solid #ccd4e2;
}

.caseImages {
	display:table;
	margin:15px auto 0;
	width:655px;
}

.row .case:first-child {
	margin-right: 53px!important;
}

.caseImages img, .case img {
	background: #ccd4e2;
	border: 3px solid #bac2ca;
	margin-bottom: 23px;
	min-width: 131px;
	min-height: 153px;
	float: left;
}

.caseImages img {
	margin-bottom: 0px;
}

.caseImages img:first-child, .case img:first-child {
	margin-right: 11px;
}

#inside #content .case h3 {
	border: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	font-family: Arial;
	margin: 0px;
	text-transform: uppercase;
}

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

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