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

div#lpopup-container-gallery {
	background-color: #fff;
	text-align: center;
	padding: 2px;
	border: 1px solid #0269c9;
}

div#lpopup-container-gallery img {
    background-color: #fff;
	padding: 2px;
}

div#lpopup-container {
	background-color: #fff;
	text-align: center;
	padding: 2px;
	border: 1px solid #0269c9;
}

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

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

div#lpopup-title {
	position: absolute;
	bottom: 2px;
	left: 0;
	height: 40px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #0269c9;
    font-size: 12px;
	text-transform: uppercase;
    background-color: #fff;
	background: transparent url(/gfx/popup/popup_bottom.jpg) no-repeat 0 bottom;
}

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

div#lpopup-next {
	margin: 0;
	background: transparent url(/gfx/popup/popup_next.gif) no-repeat 0 0;
	z-index: 101;
	width: 115px;
	height: 33px;
	position: absolute;
	right: 0;
	bottom: -5px;
	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;
}
