div#lpopup-overlay {
	background-color: #545556;
}

div#lpopup-container {
	background-color: #fff;
	padding-left: 10px;
}

div#lpopup-container img {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    padding: 3px;
}

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

div#lpopup-title {
	position: absolute;
	bottom: 22px;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #000000;
    font-size: 14px;
}

div#lpopup-close {
	background: transparent url(../gfx/popup_close.gif) no-repeat 97% 0;
	cursor: pointer;
	margin-top: 10px;
	left: 0;
    height: 20px;
}

div#lpopup-prev {
	margin: 0;
/*	background: transparent url(../gfx/layer_back.gif) no-repeat 0 0;*/
	background: transparent url('../gfx/popup_prev.gif') no-repeat 0 50%;
	z-index: 100;
	width: 40px;
	height: 100%;
	position: absolute;
	left: 0;
	cursor: pointer;
}

div#lpopup-next {
	margin: 0;
/*	background: transparent url(../gfx/layer_next.gif) no-repeat 0 0;*/
	background: transparent url('../gfx/popup_next.gif') no-repeat 0 50%;
	z-index: 101;
	width: 40px;
	height: 100%;
	position: absolute;
	right: 0;
	cursor: pointer;
}

.lpopup-prevlayer-over {
	background: transparent url(../gfx/layer_back.gif) left 20px no-repeat;
}

.lpopup-nextlayer-over {
	background: transparent url(../gfx/layer_next.gif) right 20px no-repeat;
}

