@charset "utf-8";

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

div#lpopup-container-gallery {
	background: transparent url(../gfx/lpopup/lpopup_bground.gif) no-repeat center center;
	text-align: center;
    width: 658px; /* 658px */
    height: 658px; /* 658px */
}

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

div#lpopup-container {
	background: transparent url(../gfx/lpopup/lpopup_bground.gif) no-repeat center center;
	text-align: center;
    width: 658px; /* 658px */
    height: 658px; /* 658px */
}

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

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

div#lpopup-title {
	position: absolute;
	bottom: 30px;
	left: 0;
	height: 40px;
	width: 100%;
	text-align: center;
	color: #4f0000;
    font: 14px 'Georgia', 'Arial', 'Verdana', 'Tahoma', 'Trebuchet MS';
}

div#lpopup-close {
	background: transparent url(../gfx/lpopup/lpopup_close.gif) repeat 0 0;
	cursor: pointer;
    right: 5px;
    top: 5px;
    width: 22px;
    height: 21px;
	position: absolute;
	z-index: 99;
}

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

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