@CHARSET "UTF-8";

html {
	font-family: Arial, sans-serif;
	font-size: 75.5%;
	height: 100%;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #282828;
}

body {
	overflow: hidden;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #000000;
	z-index: 22;
}

#logo, #bio, #contact {
	padding: 61px 0 15px 0;
}

#logo {
	left: 0;
	top: 0;
	padding-left: 25px;
	padding-right: 25px;
}

#menu {
	position: fixed;
	right: 0;
	top: 0;
}

#bio, #contact {
	float: right;
}

#bio, #contact {
	width: 169px;
	border-left: 1px solid #282828;
	text-align: center;
	background: #000000;
}
#bio:hover,
#contact:hover {
	cursor: pointer;
}

#bio-container, #contact-container {
	color: #ffffff;
	z-index: 12;
	background-color: #000000;
	position: absolute;
	top: 100px;
	right: 0;
	height: 100%;
	width: 100%;
	font-size: 1.2em;
	opacity: 0.8;
	overflow: hidden;
}

#bio-container img, #contact-container img {
	position: relative;
	top: 20px;
	left: 20px;
}

#bio-container .inner, #contact-container .inner {
	position: relative;
	top: 20px;
	left: 60px;
	width: 60%;
}

#image-browser-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #000000;
	z-index: 22;
}

#image-browser {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #000000;
	white-space: nowrap;
}

#image-info {
	position: fixed;
	bottom: 100px;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: #000000;
	color: #ffffff;
	font-size: 0.9em;
	padding-left: 10px;
	z-index: 22;
}

#image-info p {
	margin: 8px 10px 0 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.2em;
	float: left;
}

#ctls {
	margin-right:20px;
}

#ctls, #ctls div {
	float: right;
	height: 30px;
}

#ctls div {
	padding: 4px 5px 4px 0;
}

div#loading {
	width: 30px;
	height: 30px;
	float: right;
	padding: 3px 0 3px 0;
}

#move-left {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 135px;
	z-index: 11;
	text-align: right;
	background-image: url("../imgs/clear.gif");
	background-position: 0 0;
	background-repeat: repeat;
}

#move-left img {
	position: absolute;
	top: 50%;
	left: 20px;
}

#move-right {
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	width: 135px;
	z-index: 11;
	text-align: left;
	background-image: url("../imgs/clear.gif");
	background-position: 0 0;
	background-repeat: repeat;
}

#move-right img {
	position: absolute;
	top: 50%;
	right: 20px;
}

#image-viewer {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -1197px;
	margin-top: -1197px;
	width: 2394px;
	height: 2394px;
	z-index: 0;
	overflow: hidden;
}

#image-viewer img {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

img {
	border: 0;
}

.imgs img {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.curr img {
	opacity: 1;
	filter: alpha(opacity = 100);
}

a {
	color: #ffffff;
}
