#lightbox_fade {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-image: url(../images/black60.png);
}

#lightbox_back {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background-color: #FFFFFF;

	/* defaultit */
	width: 660px;
	height: 540px;
}

#lightbox_front {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;

	/* defaultit */
	width: 640px;
	height: 480px;
	top: 10px;
	left: 10px;
}

#lightbox_border {
	position: absolute;
	border: 1px solid #000;
	display: none;

	/* defaultit */
	width: 638px;
	height: 478px;
	top: 0px;
	left: 0px;
}

* html #lightbox_border {
	margin-left: 1px;
	margin-top: 1px;
}

#lightbox_next {
	position: absolute;
	width: 80px;
	height: 42px;
	cursor: pointer;
	background-image: url('../../../modules/lightbox/images/next.gif');
	background-repeat: no-repeat;

	/* defaultit */
	top: 0px;
	left: 0px;
	margin-left: -80px;
}

#lightbox_prev {
	position: absolute;
	width: 80px;
	height: 42px;
	cursor: pointer;
	background-image: url('../../../modules/lightbox/images/previous.gif');
	background-repeat: no-repeat;

	/* defaultit */
	top: 0px;
	left: 0px;
}

#lightbox_close {
	position: absolute;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-image: url('../../../modules/lightbox/images/close.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	display: none;

	/* defaultit */
	top: 0px;
	left: 0px;
}

* html #lightbox_close {
	width: 23px;
	height: 23px;
}

#lightbox_loader {
	position: absolute;
	width: 32px;
	height: 32px;
	background-color: #ffffff;
	background-image: url('../../../modules/lightbox/images/loader.gif');
	background-repeat: no-repeat;

	/* defaultit */
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
}

#lightbox_title {
	position: absolute;
	font-family: Tahoma;
	font-size: 9pt;
	padding: 0 10px 0 10px;
	text-align: center;

	display: table;
	zoom: 1.0;

	/* defaultit */
	width: 578px;
	top: 495px;
}

