@CHARSET "UTF-8";

html, head, body, div, ul, li, img {
	margin: 0;
	padding: 0;
}
body {
	background: #000 url(../images/black-grey-bg.png) top center no-repeat fixed;
}
#photos {

}
#photos ul.filmstrip {
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	overflow: hidden;
	white-space: nowrap;
}
#photos ul.filmstrip li {
	display: inline;
}
#photos ul.filmstrip li img {
	background: transparent url(../images/loading.gif) center center no-repeat;
	border: 10px solid #333;
	height: 450px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#photos ul.filmstrip li.photo img {
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}
#photos ul.filmstrip li.selected img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#photos ul.filmstrip li a {
	border: 0;
	text-decoration: none;
	color: #000;
}
#photos ul.filmstrip li img:hover {
	border-color: #666;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 450px;
	width: 450px;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 8pt;
	z-index: 90;
	color: #FFF;
}
#overlay .container {
	padding: 20px;
}
#overlay h1 {
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
}
#overlay h2 {
	border-bottom: 1px dotted #999;
	margin-bottom: 5px;
}
#overlay table tr th {
	text-align: left;
}
#overlay table tr th, #overlay table tr td {
	padding: 5px;
	border-bottom: 1px solid #666;
}
#overlay label {
	padding-top: 5px;
	display: block;
}
#overlay a {
	color: #ccc;
	text-decoration: none;
}
#overlay a:hover {
	color: #fff;
	text-decoration: underline;
}

#header {
	position: fixed; 
	top: 0px; 
	left: 0px; 
	width: 100%;
	color: #fff; 
	border-bottom: 1px solid #666; 
	z-index: 100; 
	background: #000;
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 8pt;
}
#header:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
#header .container {
	border-bottom: 1px solid #333; 
	padding: 10px;
	text-align: center;
}
#header .container a {
	color: #ccc;
	text-decoration: none;
}
#header .container a:hover {
	color: #fff;
	text-decoration: underline;
}
#header .container h1 {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	display: inline;
}
#header .container ul {
	list-style: none;
	display: inline;
	padding-left: 10px;
}
#header .container ul li {
	display: inline;
	border-left: 1px solid #ccc;
}
#header .container ul li:last-child {
	/* border-right: 1px solid #ccc; */
}
#header .container a {
	color: #ccc;
	text-decoration: none;
	padding: 5px 10px;
}
#header .container a.selected,
#header .container a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer {
	position: fixed; 
	bottom: 0px; 
	left: 0px; 
	width: 100%;
	color: #fff; 
	border-top: 1px solid #666; 
	z-index: 100; 
	background: #000;
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	-khtml-opacity: 0.15;
	opacity: 0.15;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 8pt;
}
#footer:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
#footer .container {
	border-top: 1px solid #333; 
	padding: 10px;
	text-align: center;
}
#footer .container a {
	color: #ccc;
	text-decoration: none;
}
#footer .container a.selected,
#footer .container a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer .container ul {
	list-style: none;
	display: inline;
	padding-left: 10px;
}
#footer .container ul li {
	display: inline;
	border-left: 1px solid #ccc;
}
#footer .container ul li:last-child {
	/* border-right: 1px solid #ccc; */
}
#footer .container ul li a {
	padding: 5px 10px;
}

.hidden {
	display: none;
}

#debug {
	position: absolute;
	z-index: 1;
	border-left: 1px solid #F00;
	top: 0;
	left: 0;
	height: 100%;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #fff;
}
#debug .container {
	padding: 10px;
}
#debug .container h1 {
	border-bottom: 1px solid #CCC;
}