	/*** FLASH VIDEOBOX STYLES ***/
	#flashVideoBox {
		width: 100%;
		text-align: center;
		z-index: 100;
		position: absolute;
		left: 0;
		top: 0;
	}
	#flashVideoBorder {
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#flashVidOverlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 500px;
		background-color: #000;
	}

	#flashVideoContainer {
		padding: 10px;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
	}
	
	#flashVideoDataContainer {
		font: 10px Verdana, Helvetica, sans-serif;
		background-color: #fff;
		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: 10px
	}
	#flashVideoClose{
		width: 66px;
		float: right;
		padding-bottom: 0.7em;
	}