/********************
Lightbox styles

Initial 6.15.2006
Version 6.15.2006

Used with permission.

********************/

/**********
1.0 LIGHTBOX elements
**********/

#lightbox {
	padding: 10px;
	background: #eee;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

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

#lightboxCaption {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background: #eee;
	font-size: 90%;
	color: #333;
	text-align: center;
}

* html #overlay {
	background: #000 url(../blank.gif);
	filter: Alpha(opacity=50);
}
