div#lpopup-overlay {
	background-color: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
}

div#lpopup-container-gallery {
	text-align: center;
	border: 1px solid #e1e7ec;
	background: #037ecd url(/gfx/popup/popup_bg.gif) no-repeat 0 0;
}

div#lpopup-container-gallery img {
    border: 1px solid #fff;
    background-color: #fff;
}

div#lpopup-container {
	background: #037ecd;
	text-align: center;
	border: 1px solid #e1e7ec;
}

div#lpopup-container img {
    background-color: #fff;
	border: 1px solid #fff;
}

div#lpopup-prevlayer,
div#lpopup-nextlayer {
	padding: 4px;
}

div#lpopup-title {
	position: absolute;
	bottom: 20px;
	left: 0;
	height: 20px;
	width: 100%;
	text-align: center;
	color: #fff;
    font-size: 11px;
}

div#lpopup-close {
	background: transparent url(/gfx/popup/popup_close.gif) no-repeat 100% 0;
	cursor: pointer;
	margin: 5px 12px 0 0;
    height: 20px;
	left: 0;
	position: absolute;
	z-index: 99;
}

div#lpopup-prev {
	margin: 0;
	background: transparent url(/gfx/popup/popup_back.gif) no-repeat 0 0;
	z-index: 100;
	width: 80px;
	height: 20px;
	position: absolute;
	left: 20px;
	bottom: 22px;
	cursor: pointer;
}

div#lpopup-next {
	margin: 0;
	background: transparent url(/gfx/popup/popup_next.gif) no-repeat 0 0;
	z-index: 101;
	width: 80px;
	height: 20px;
	position: absolute;
	right: 20px;
	bottom: 22px;
	cursor: pointer;
}

.lpopup-prevlayer-over {
	background: transparent url(/gfx/popup/popup_back.gif) left 20px no-repeat;
}

.lpopup-nextlayer-over {
	background: transparent url(/gfx/popup/popup_next.gif) right 20px no-repeat;
}
