	/*** FLASH VIDEOBOX STYLES ***/
	#flashVideoBox {
		width: 100%;
		text-align: center;
		z-index: 100;
		position: absolute;
		left: 0;
		top: 0;
	}
	#flashVideoBorder {
		position: relative;
		background: transparent;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#flashVidOverlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 500px;
		background: #777;
	}
	.contestOverlay {
		background-color: #a5d8e9 !important;
		/*opacity: 1 !important; filter: alpha(opacity=100) !important;*/
	}
	
	

	#flashVideoContainer {
		padding: 0px;
		margin: 0 auto;
		line-height: 1.4em;
		background:#000;
	}
	#flashVideoDataContainer {
		font: 10px Verdana, Helvetica, sans-serif;
		background: transparent;
		margin: 0 auto;
		line-height: 1.4em;
	}
	#flashVideoData {
		padding: 0px 10px;
		color: #666;
		background-color: #f00;
	}
	
	#flashVideoDetails {
		width: 70%;
		float: left;
		text-align: left;
		padding-bottom: 0px;
	}
	#flashVideoClose{
		background:#FFF;
		width: 54px;
		position:absolute; right:27px; top:5px;
		padding-bottom: 0.7em;
	}
	#flashVideoClose img {
		border:0px;
	}
	
	