div#gallery-holder {
	width: 900px;
	height: 640px;
	margin-top: 10px;
}

div#gallery {
	width: 900px;
}

.gallery-content {
	height: 800px;
}

div#gallery-header {
	float: left;
	width: 888px;
	height: 30px;
	text-align: center;
	background-color: #212527;
	margin-bottom: 10px;
}

div#gallery-thumbs {
	
}

.gallery-thumb-holder {
	margin: 0 12px 10px 0;
	padding: 0;
	float: left;
	width: 164px;
	height: 122px;
	position: relative;
	border: #fff 2px solid;
	background-color: #212527;
	overflow: hidden;
	text-align: center;
}

.gallery-thumb-inner {
	width: 164px;
	height: 122px;
	/*
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	*/
}

.gallery-thumb {
	/*
	#position: relative;
	#top: -50%
	position: static;
	*/
}

.gallery-thumb img {
	border: 0;
}

div#yacht-image-holder {
	position: relative;
	text-align: center;
	/* width: 800px; */
}

div#yacht-image {
	cursor:pointer;
	position: relative;
}

div#close {
	position: absolute;
	z-index: 2;
	width: 100%;
	text-align: right;
	margin-top: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ccc;
}

/* Vertical align -- You must specifiy height on "valign" element */
/*
.gallery-thumb-holder { position: relative; float: left; border: #fff 2px solid; background-color: #212527; }
.gallery-thumb-holder[class] { display: table; position: static; }
.gallery-thumb-holder .gallery-thumb-inner { position: absolute; top: 50%; }
.gallery-thumb-holder .gallery-thumb-inner[class] { display: table-cell; vertical-align: middle; position: static; }
.gallery-thumb-holder .gallery-thumb {position: relative; top: -50%; }
.gallery-thumb-holder .gallery-thumb[class] { position: static; }
*/
