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

div#lpopup-container-gallery {
	background: transparent url(/gfx/popup/popup_bg.gif) no-repeat 0 0;
	text-align: center;
}

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

div#lpopup-container {
	background: transparent url(/gfx/popup/popup_bg.gif) no-repeat 0 0;
	text-align: center;
	padding: 2px;
}

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

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

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

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

