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



img.thumbs {
	float:left;
	height:35px;
	width:60px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: solid black 0px;
	cursor: pointer;
}
#header {
	position:absolute;
	left:0px;
	top:305px;
	width:980px;
	height:35px;
	z-index:3;
	font-size: 200%;
	color: #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 10px;
	letter-spacing: 0.5em;
	word-spacing: 1em;
	display: block;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
#main_photo {
	position:absolute;
	left:450px;
	top:350px;
	width:350px;
	height:210px;
	z-index:2;
	border: 1px solid #CCCCCC;
}
#thumbContainer {
	left:200px;
	top:350px;
	width:180px;
	height:210px;
	z-index:1;
	position:absolute;
	border: 1px solid #cccccc;
}
#captions {
	position:absolute;
	left:0px;
	top:705px;
	padding-left: 200px;
	float: left;
	margin-left: 200px;
	width: 800px;
}
