body {
	background-color:#000;
	background-repeat:repeat-x;
	background-position:center top;
	color:#ccc;
}
h1 {
	color:#999;
}
h2, h3, h4, h5, h6 {
	color:#666;
}
a {
	color:#c00;
}
a:visited {
	color:#b00;
}
a:hover {
	color:#f00;
}
.label {
	color:#000;
}
#hint {
	color:#fff;
	background-color:#f00;
}
/* main structure
*/
#indexwrapper {
	margin:40px auto 10px auto;
}
#indexwrapper .panel {
	background-color:#000;
}
#slidewrapper {
	margin:40px auto 10px auto;
}
#slidewrapper .panel,
#slidewrapper .panel iframe,
.video {
	background-color:#000;
}
.footer {
	color:#333;
}
.grid div:hover {
	background-color:#333;
}
.data .thumbs a:hover img {
	border-bottom:8px solid #f00;
}
.data .thumbs img.actual {
	border-bottom:8px solid #444;
}
.controls #pageno {
	color:#ccc;
}
#metadata {
	color:#999;
}
#metadata b {
	color:#c00;
}
