a#photo_location_office {
	display: block;
	width: 365px;
	height: 205px;
	background: url('/site/images/photo_location_office.jpg') center no-repeat;
}

a#photo_location_office:hover {
	background: url('/site/images/map_location_office.jpg') center no-repeat;
}

a#photo_location_center {
	display: block;
	width: 365px;
	height: 205px;
	background: url('/site/images/photo_location_center.jpg') center no-repeat;
}

a#photo_location_center:hover {
	background: url('/site/images/map_location_center.jpg') center no-repeat;
}

div.facility_photos {
	position: relative;
}

div.facility_photos div.fancy_openbox {
	position: absolute;
	top: -8px;
	right: -2px;
	width: 20px;
	height: 20px;
	background: transparent url('/site/images.fancy/fancy_openbox.png');
	z-index: 1;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div.facility_photos a {
}

div.facility_photos img {
	margin: 0 15px 15px 0;
}

div.facility_photos img.end {
	margin-right: 0px;
}