@charset "utf-8";
/* CSS Document */
html {
	overflow: hidden;
}
body {
	background:#ffffff;
	overflow:hidden;
}
#content {
	position:absolute;
	left:0px;
	top:64px;
		bottom:0px;
		right:0px;
	background:#ffffff;
	margin:10px;
	overflow:auto;
	padding-left:5px;
	
	font-family:Helvetica,Arial;
	font-size:12px;
	letter-spacing:1px;
	line-height:19px;
}
#content p {
	font-family:Helvetica,Arial;
	font-size:12px;
	letter-spacing:1px;
	line-height:19px;
}
#content a {
	font-family:Helvetica,Arial;
	font-size:12px;
	letter-spacing:1px;
	line-height:19px;
	text-decoration:underline;
}
#websiteContainer {
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	width:100%;
	height:100%;
	background:#ffffff;
}
.archiveGalleryItems{
	position:relative !important;
	display:block;
	clear:both;
}
.archiveSearchHeader{
	display:block;
	margin-top:30px !important;
	position:relative !important;
	font-weight:bold !important;
	font-size:26px !important;
	line-height:normal !important;
	clear:both;
}
.archiveLetterHeader{
	display:block;
	font-weight:bold !important;
	font-size:36px !important;
	line-height:normal !important;
	clear:both;
}
.archiveLink{
	display:inline;
	vertical-align:bottom;
	margin-top:5px;
	font-weight:bold !important;
	font-size:14px !important;
	line-height:normal !important;
	letter-spacing:normal !important;
	text-decoration:none !important;
	color:#c3c3c3 !important;
}
.archiveLink:hover{
	color:#000000 !important;
}
.subArchiveLink{
	display:block;
	margin-top:5px;
	font-weight:bold !important;
	font-size:13px !important;
	line-height:normal !important;
	letter-spacing:normal !important;
	text-decoration:none !important;
	color:#c3c3c3 !important;
}
.subArchiveLink:hover{
	color:#000000 !important;
}
#slideshowPusher{
	position: relative;
	width: 100%;
	height: 50%;
	margin-top: -350px;
	float: left;
	visibility:hidden;
	opacity:0;
}
#slideshowContainer{
	position:relative;
	margin:0px auto;
	max-width:700px;
	max-height:700px;
	width:100%;
	height:100%;
	clear: both;
}
#slideshow{
	position:relative;
	float:left;
	margin:0px auto;
	width:100%;
	height:100%;
	margin:0px auto;
}
.slideshowItem{
	position:relative;
	width:100%;
	height:100%;
}

