@charset "utf-8";
#viewport {
	background-image: none;
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 900px;
	width: 650px;
	position: relative;
}

#viewframe {
	height: 800px;
	width: 650px;
	background-image: none;
	background-color: #CCCCCC;
	}

.gallery_content {
	text-align: left;
	background-color: #CCFFFF;
	height: auto;
	width: 630px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	border: 2px solid #FF0000;
	padding: 10px;
	margin: 10px 5px 0px 0px;
	clear: both;
	float: left;
}
