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

div#lpopup-container-gallery {
	background-color: #FAEEE0;
	text-align: center;	
}

div#lpopup-container-gallery img,
div#lpopup-container img {
    border: 2px solid #B17448;
}

div#lpopup-container {
	background-color: #FAEEE0;
	text-align: center;
	padding: 2px;
	border: 5px solid #B17448;
}

div#lpopup-title {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	color: #000;
    font-size: 14px;
    background-color: #FAEEE0;
	color: #B17448;
}

div#lpopup-close {
	background: transparent url(/gfx/popup/popup_close.png) no-repeat 100% 0;
	cursor: pointer;
	margin: 4px 0 0 10px;
    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: 78px;
	height: 30px;
	position: absolute;
	left: 30px;
	bottom: 15px;
	cursor: pointer;
}

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

