#lightbox {
background-color: #eee;
padding: 12px;
border-top: 1px #dcdcdc;
border-right: 3px solid #dcdcdc;
border-bottom: 3px solid #dcdcdc;
border-left: 1px #dcdcdc
}

#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#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("../img/overlay.png")
}
.nope img {
	padding-right: 5px; }
.nope  a:hover img, .nope a:focus img { background-color: #eeeeee;border: dotted 1px maroon; }
.nope i { display: none; }

	