.speedo-theme-lightbox.speedo-container
{
	background: #fff none repeat-x scroll 0 -20px;
	background-clip: padding-box;
	outline: 0;
	position: fixed;
	padding: 10px;
	z-index: 100004;
	left: 50%;
	top: 50%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-mox-border-radius: 3px;
	color: #333;
}

.speedo-theme-lightbox .speedo-popup-caption
{
	position: absolute;
	left: 0;
	top: -1em;
	padding: 0 10px;
	margin: 0;
	background-color: #fff;
	color: #333;
}

.speedo-theme-lightbox .speedo-popup-drag-area
{
	cursor: move;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	height: 25px;
	z-index: 100;
}

.speedo-theme-lightbox .speedo-ui-close
{
	position: absolute;
	background: transparent url('images/close-btn.png') no-repeat center center;
	right: -20px;
	top: -20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1000;
}

.speedo-theme-lightbox .speedo-content-holder
{
	background-color: #F1F1F1;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.speedo-theme-lightbox.speedo-overlay
{
	background-color: #000;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
    z-index: 10000;
	height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
}