body {
	background-color: #79838F;
}

div#bottom {
	width:100%;
	height:14px;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:#515151;
	z-index: 10;
}

div#nav {
	height:20px;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-62px;
}

div#nav img{
	position: relative;
	border: none;
	height:30px;
	margin-top:5px;
	bottom:0px;
	width:30px;
	padding-right:2px;
	padding-left:2px;
}

div#nav img:hover{
	bottom: 10px;
}

#lightbox{
	background-color:#555;
	padding: 10px;
	border-bottom: 2px solid #222;
	border-right: 2px solid #222;
	}
#lightboxDetails{
	font-family: sans-serif;
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
	
	#lightboxDetails a{
		color:#aaa;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}