*.noDisplay {
	display: none;
}

#galleryDisplay {
	z-index: 1000;
	position: relative;
	width: 554px;
	height: 530px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

#photoDisplay {
	position: relative;
	width: 550px;
	height: 311px;
	overflow: hidden;
	text-align: center;
	background-color: #000;
}

#gallery img {
	margin: auto;
}

#navigation {
	position: absolute;
	width: 554px;
	height: 30px;
	top: 160px;
	left: 0px;
}

#navigation div.backwards {
	float: left;
	margin-left: 10px;
}

#navigation div.forwards {
	float: right;
	margin-right: 10px;
}

#navigation b {
	font-size: 15pt;
}


#photosSummary {
	width: 554px;
	height: 204px;
	margin-top: 3px;
}


#photosSummary img {
	float: left;
	margin: 4px;
	width: 62px;
	height: 62px;
	display: block;
}

#photosSummary img.left {
	margin-left: 0px;
}
#photosSummary img.right {
	margin-right: 0px;
}

div.backwards a:hover
, div.forwards a:hover {
	color: #262626;
}


iframe.viewImage {
	border: 0px solid #000;
	position: absolute;
	top: 0px;
	left: 0px;
}