@charset 'utf-8';

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

div#lpopup-container-gallery,
div#lpopup-container {
	background-color: #fff;
	text-align: center;
	border: 9px solid #fff;
}

div#lpopup-container-gallery img,
div#lpopup-container img {
    background-color: #fff;
}

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

div#lpopup-title {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 18px;
	width: 100%;
	padding: 12px 0 0 0;
	text-align: center;
	font-weight: bold;
	color: #363636;
	font-family: Arial, Verdana, Tahoma;
    font-size: 11px;
    background-color: #fff;
}

div#lpopup-close {
	background: transparent url('/gfx/lpopup/lpopup_close_ch.png') no-repeat 0 0;
	cursor: pointer;
	margin-top: 0;
    right: 0;
	width: 51px;
    height: 26px;    
	position: absolute;
	z-index: 99;
}

div#lpopup-prev {
	margin: 0;
	background: transparent url('/gfx/lpopup/lpopup_prev_ch.png') no-repeat 0 0;
	z-index: 100;
	width: 50px;
	height: 42px;
	position: absolute;
	left: 30px;
	bottom: 15px;
	cursor: pointer;
}

div#lpopup-next {
	margin: 0;
	background: transparent url('/gfx/lpopup/lpopup_next_ch.png') no-repeat 0 0;
	z-index: 101;
	width: 71px;
	height: 42px;
	position: absolute;
	right: 30px;
	bottom: 15px;
	cursor: pointer;
}
