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

div#lpopup-container-gallery {
	background: #4c5b74 url(/gfx/popup/popup_background.png) no-repeat center center;
	text-align: center;
    width: 800px;
    height: 600px;
}

div#lpopup-container-gallery img {
    border: 1px solid #ffffff;
}

div#lpopup-container {
	background: #4c5b74 url(/gfx/popup/popup_background.png) no-repeat center center;
	text-align: center;
    width: 800px;
    height: 600px;
}

div#lpopup-container img {
    border: 1px solid #ffffff;
}

div#lpopup-title {
	background: transparent url(/gfx/popup/bg_title.gif) repeat-x center center;
	position: absolute;
	bottom: 14px;
	left: 0;
	height: 26px;
    padding-top: 10px;
	width: 100%;
	text-align: center;
	color: #9ba0aa;
    font-size: 12px;
}

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

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

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

