
.lightbox {
	display: none;
}

.lightbox:target {
	display: inline;
}

.overlay{
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: black;
	opacity: 0.60;
}

.content-frame {
	position: fixed;
	background: #484848 url('images/loading.gif') center center no-repeat;
	border: solid white 5px;
	z-index: 200;
}

.content-frame.text {
	width: 230px;
	height: 190px;
	top: 35%;
	left: 40%;
}



.controls {
	background: white;
	height: 22px;
	position: relative;
	border-left: solid white 5px;
	border-right: solid white 5px;
	margin: 0px -5px;	
}

.controls.top {
	bottom: 22px;
}

.controls.bottom {
	margin-top: -5px;
	top: 5px;
}

.controls.top + .content {
	position: relative;
	bottom: 22px;
}

.close-lightbox {
	float: right;
	background: white url('closelabel.gif');
	width: 66px;	height: 0px;
	padding-top: 22px;
	overflow: hidden;
	margin-left: 10px;
}

.content {
	background: #484848;
	color: white;
	padding: 0px;
}

.content.image {
	width: 100%;
	height: 100%;
}

.content-frame.text .content {
	overflow: auto;
	height: 100%;
	width: 100%;
}

