a.contactLink {
	font-size: .8em;
	padding: 0px 30px 0px 0px;
	text-transform: uppercase;
	text-decoration: none
}
a.zoom {
	font-size: .8em;
	padding: 0px 0px 5px 20px;
	text-transform: uppercase;
	text-decoration: none
}
.clear_both {
	clear: both;
	line-height: 1px;
}
.gallery_data {
	padding: 40px;
	display: none;
}
.gallery_preload_area {
	display: none;
}
.gallery_container {
	overflow: hidden;
}
.gallery_credit {
	margin: 0px 0px 10px 15px;
	float: left;
	width: 425px;
}
.gallery_type {
	margin: 0px 0px 10px 0px;
	float: left;
	width: 500px;
	text-align: right;
	padding: 4px 0px 0px 0px;
}
.gallery_content {
	margin: 0px;
	padding: 15px 0px 1px 0px;
}
.gallery_thumbnails {
	width: 500px;
	float: left;
	display: inline;
}
.gallery_thumbnails a {
	display: table-cell;
	height: 75px;
	width: 75px;
	overflow: hidden;
	float: left;
	border: 1px solid #FFF;
	margin: 0px 20px 23px 0px;
	vertical-align: middle;
	text-align: center;
}

.gallery_thumbnails a img {
	max-height: 70px;
	max-width: 70px;
}
.gallery_thumbnails a:hover {
	border-color: #fff;
}
.gallery_thumbnails a.selected {
	border-color: #fff;
}
.gallery_preview {
	width: 420px;
	height: 420px;
	float: left;
}
.gallery_preview a {
	padding: 0;
	width: 400px;
	height: 400px;
	border: 1px solid #555;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;	
}
.gallery_preview a:hover {
	border-color: #fff;
}

.gallery_preview a.overlayLink img {
	max-width: 400px;
	max-height: 400px;
}
.gallery_contact {
	width: 477px;
	height: 60px;
	margin-left: 40px;
	padding-right: 23px;
	float: left;
	text-align: right;
	display: inline;
}
.gallery_caption {
	width: 375px;
	float: left;
}
/* Hide for browsers with no JavaScript support */

.gallery_data {
	display: block
}
.gallery_thumbnails {
	width: auto;
}
.gallery_preview {
	display: none;
}
.gallery_caption {
	display: none;
}
