@charset "utf-8";

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

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

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

div#lpopup-container {
	background-color: #fff;
	text-align: center;
	padding: 2px;
}

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

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

div#lpopup-title {
	position: absolute;
	bottom: -23px;
	left: 0;
	height: 20px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #820527;
    font-size: 11px;
	font-family: Arial;
}

div#lpopup-close {
	background: transparent url(../gfx/lpopup/lpopup_close.png) no-repeat 0 0;
	cursor: pointer;
	margin-top: -17px;
    right: 0px;
    height: 20px;
    width: 70px;
	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: 17px;
	height: 90px;
	position: absolute;
	left: -17px;
	bottom: 40%;
	cursor: pointer;
}

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