/* required css */

div#overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0;
	z-index: 1000;
	top: 0;
	left: 0;
	
}

div#flash_container {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 1001;
	text-align: center;
}

div#player {
	margin: 150px auto 0;
	text-align: left;
	position: relative;
	height: 360px;
	width: 640px;
}
div#player object {
	position: relative;
	z-index: 1;
}
a.close_player:link,
a.close_player:visited {
	position: absolute;
	display: block;
	width: 42px;
	height: 42px;
	text-indent: -9999px;
	overflow: hidden;
	top: -18px;
	right: -18px;
/* Change file path accordingly */
	background: url(../images/popup_close.png) 0 0 no-repeat;
	color: transparent;
	z-index: 1002;
}
