.lightbox{
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 0px;
	cursor: pointer;
}
.lightbox_large{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.lightbox_large img{
	position: absolute;
}
.lightbox_background{
	background-color: #000;
	background-image: url(/components/widgets/lightbox/spinner.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
