#galleryIFrame {
	width: 698px;
	height: 600px;
	border: none;
	overflow: hidden;
}

#gallery {
	display: block;
	height: auto;
	width: 698px;
	margin: 20px auto;
	padding: 10px 0;
	text-align: center;
	background-color: #C4D7A4;
}

#thumbBar {
	display: block;
	height: 100px;
	width: 698px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #C4D7A4;
}

.navForm {
	position: relative;
	float: left;
	height: 100px;
	width: 50px;
	margin: 0 5px;
	padding: 0;
	overflow: hidden;
	background-color: #364A16;
}

input.navButton {
	position: absolute;
	height: 100px;
	width: 150px;
	top: 0;
	left: -50px;
}

input.navButton:hover {
	left: -100px;
}

img.navButton {
	position: absolute;
	height: 100px;
	width: 150px;
	top: 0;
	left: 0;
}

.thumbForm {
	position: relative;
	float: left;
	height: 100px;
	width: 133px;
	margin: 0 5px;
	padding: 0;
	background-color: #364A16;
	text-align: center;
}

input.thumbnail {
	/* height: 100px; */
}

#imageContainer {
	display: block;
	height: 450px;
	width: 600px;
	margin: 10px auto;
	background-color: #364A16;
	text-align: center;
}

#imageCurrent {
	margin: 0 auto;
}