/* required css */
												
div#overlay {
	width: 100%;
	background: #000;
	opacity: 0;
	z-index: 1000;
	position: relative;
	top: 0;
	left: 0;											
}

div#flash_container {
	left: 25%;
	width: 640px;
	z-index: 1002;														
}
								
											
div#player {
	width: 640px;
	height: 360px;										
}					

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(/media/images/global/popup_close.png) 0 0 no-repeat;
	color: transparent;
	z-index: 2; 
}
																								
#container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900 !important;
}