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

div#lpopup-container {
	background: transparent url(/gfx/bg_popup.gif) no-repeat 0 0;
	text-align: center;
}

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

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 100% 0;
	cursor: pointer;
	margin: 4px 5px 0 10px;
    height: 20px;
	left: 0;
}

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

div#lpopup-next {
	margin: 0;
	background: transparent url(/gfx/layer_next.gif) no-repeat 0 0;
	z-index: 101;
	width: 100px;
	height: 20px;
	position: absolute;
	right: 30px;
	bottom: 15px;
	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;
}
