#wholeLottaImage
{
	margin: 0px;
	padding: 0px;
	
	height: 100%;
	width: 100%;
	
	position: fixed;
	
	z-index: 10000;
	left: 0px;
	top: 0px;
	display: none;
}

#wholeLottaImage #wholeLottaBackground
{
	background-color: #000000;
	
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
	
	position: absolute;
	
	margin: 0px;
	padding: 0px;
	
	width: 100%;
	height:100%;
	
	left:0px;
	top:0px;
	
	z-index: -1;
}

#wholeLottaImage table #imageContainer
{
	margin: 0px auto;
	padding: 10px;
	
	position:relative;
	
	width: 380px;
	
	background-color: #FFFFFF;
}

#wholeLottaImage table #imageContainer #closeButton 
{
	background-color:#FFFFFF;
	display:inline;
	font-size:0.7em;
	margin:0;
	padding:5px;
	position:absolute;
	right:0;
	top:-1.7em;
	
	cursor: pointer;
}

#wholeLottaImage table #imageContainer #closeButton:hover
{
	font-weight: bold;
}