#leightbox-wrapper {
	width: 100%;
	position: absolute;
	top: 200px;
	left: 0;
	z-index:1001;
	overflow: visible;
	text-align: center;
	margin: 0 auto;
}
.leightbox {
	display: none;
	width: 400px;
	height: 280px;
	margin: 0 auto;
}
#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #000;
	-moz-opacity: 0.80;
	opacity: .80;
	filter: alpha(opacity=80);
}
.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

#mediaplayer_hdr-wrapper {
	background: transparent url('../../../img/bg_mediaplayer_toolbar.gif') left top no-repeat;
	width: 400px;
	height: 21px;
}
#mediaplayer_hdr {
	padding: 2px;
	text-align: right;
}


