div#lpopup-overlay {
	background-color: #6b552a;
}

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

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

div#lpopup-title {
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: Times New Roman;
	color: #423314;
    font-size: 14px;
}

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

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

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

