/* =LIGHTBOX (http://www.huddletogether.com/projects/lightbox/)
======================================================== */

#lightbox {
	background-color: transparent;
	padding: 10px;
	}
#lightboxDetails {
	font-size: 1em;
	padding-top: 0.4em;
	}	
#lightboxCaption {
	float: left;
	}
#keyboardMsg {
	}
#closeButton {
	}

#lightbox img {
	border: 0 solid;
	clear: both;
	}
#overlay img {
	border: 5px solid orange;
	}

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