.lightDialogOverlay {
	opacity: 0.5;
	background: #000000;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	z-index: 100;
}

.lightDialogUnderlayer {
	background: #ffffff;
	padding: 3px;
	position: relative;
	z-index: 200;
	overflow: auto;
}

.lightDialog {
	position: absolute;
	background: #474745;
	display: none;
	z-index: 200;
	padding: 3px;
	overflow: visible;
}

.lightDialog_btnClose {
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: default;
	background-image: url('../img/fancy_close.png');
	width: 30px;
	height: 30px;
	z-index: 300;
}

.lightDialog_galleryLeft {
	position: absolute;
	left: -15px;
	cursor: default;
	background-image: url('../img/fancy_nav_left.png');
	width: 30px;
	height: 30px;
	z-index: 300;
	display: none;
}

.lightDialog_galleryRight {
	position: absolute;
	right: -15px;
	cursor: default;
	background-image: url('../img/fancy_nav_right.png');
	width: 30px;
	height: 30px;
	z-index: 300;
	display: none;
}

.lightDialogBusy {
	background-image: url('../img/ajax-loader.gif');
	width: 25px;
	height: 25px;
}