/*--------------------------------------------------------------------------------------------------
						lightbox
-----------------------------------------------------------------------------------------------------*/


#lightbox{
	background-color:#6F1414;	
	border:2px solid #6F1414;
	}
#lightboxDetails{
	color:#fff;
	}	
#lightboxCaption{
	float:left;
	padding: 5px;
	}
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 

#overlay{
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	