#lightbox{
    background-color:#fff;
    padding: 0 10px;
	color:inherit;
    }
#lightboxCaption, #lightboxClose{
    font-size: 0.8em;
    padding-bottom: 10px;
    color: #666666;
	background-color: inherit;
    text-align: center;
    }
#lightboxClose {
    padding: 10px 0 0 0;
    text-align: right;
}
#lightboxPhoto {
    display: block;
    padding: 10px 0;
}
#lightboxClose a {
    color: #666666;
	background-color:inherit;
}
#lightboxClose a:hover {
    color: #333333;
	background-color:inherit;
}
#lightbox img{ border: none; }
#overlay img{ border: none; }
#overlay{ background-color: #c0c0c0;color: #333333; }