@charset "utf-8";
/* CSS Document */

#botButtonNav { display: none; }

iframe {
	width: 100%;
	height: 670px;
	border: none;

}

#galleryHolder {
	width: 100%;
	height: 650px;
	overflow: visible;
}

.galleryView {
	list-style: none;
	margin: 0;
	padding: 0;
}

.galleryView li {
	float: left;
	margin: 5px;
	width: 300px;
	height: 300px;
	text-align: center;
	border: 1px solid #CCCCCC;
}