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

div#lpopup-container-gallery {
	text-align: center;
	background-color: #18120b;
    border: 4px solid #e2d17b;
}

div#lpopup-container-gallery img {
    background-color: transparent;
	padding: 0;
}

div#lpopup-container {
	background-color: transparent;
	text-align: center;
	padding: 0;
}

div#lpopup-container img {
    background-color: #18120b;
	padding: 2px;
}

div#lpopup-prevlayer,
div#lpopup-nextlayer {
}

div#lpopup-title {
	position: absolute;
	bottom: 18px;
	left: 0;
	height: 20px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #f2f2c4;
    font: 12px "Georgia", "Trebuchet MS", "Arial";
    background-color: transparent;
}

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

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

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

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

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