#caixalb
{
	background-color: white;
	padding: 10px;
	border-bottom: 0px solid #666;
	border-right: 0px solid #666;
	position: absolute;
	left: 0;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

/*
#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}
*/

#lightboxCaption
{ 
	float: left;
}

#keyboardMsg
{ 
	float: right;
}

#closeButton{ top: 5px; right: 5px; }

#caixalb img{ border: none; }

#overlay img{ border: none; }

#overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	/* IE 8 & 9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=70);
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.7;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.7;
	/* Opera 9+, IE 9+ */
	opacity: 0.7;
}

