#lightbox {
	background-color:rgb(210,211,212);
	padding: 30px;
	border-bottom: 0px solid rgb(210,211,212);
	border-right: 0px solid rgb(210,211,212);
	}

#lightboxCaption {
        font-size: 11px;
	line-height: 20px;
	padding-top: 0px;
	}

#lightbox img { border: none; } 

#overlay img { border: none; }

* html #overlay {
	background-color: rgb(210,211,212);
	back\ground-color: transparent;
	}

