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

div#lpopup-container-gallery,
div#lpopup-container {
	background: #E2E2E2 url(/gfx/popup/bottom.gif) no-repeat left bottom;
	text-align: center;
	border: 5px solid #CBBA69;
}

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

div#lpopup-title {
	position: absolute;
	bottom: 12px;
	left: 0;
	height: 20px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #fff;
    font-size: 16px;
}

div#lpopup-close {
	background: transparent url(/gfx/popup/popup_close.png) no-repeat 100% 0;
	cursor: pointer;
	margin: 4px 0 0 10px;
    height: 20px;
	left: 0;
	position: absolute;
	z-index: 99;
}
div#lpopup-prev {
	margin: 0;
	background: transparent url(/gfx/popup/popup_back.gif) no-repeat 100% 3px;
	z-index: 100;
	width: 150px;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 5px;
	cursor: pointer;
}

div#lpopup-next {
	margin: 0;
	background: transparent url(/gfx/popup/popup_next.gif) no-repeat 0 3px;
	z-index: 101;
	width: 120px;
	height: 40px;
	position: absolute;
	right: 20px;
	bottom: 5px;
	cursor: pointer;
}

div#video-container {
	background: #E2E2E2 url(/gfx/popup/bottom.gif) no-repeat left bottom;
	text-align: center;
	border: 5px solid #CBBA69;
	min-width: 640px;
	min-height: 390px;
	padding: 0 0 40px 0;
	position: relative;
}

div#video-title {
	width: 100%;
	text-align: center;
	color: #fff;
    font-size: 12px;
	position: absolute;
	bottom: 15px;
}

