
	div.videoPlayer
	{
		background-color: #713603;
		position: relative;
	}
	
	img.videoPlayerOverlay
	{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
	}
	
	div.noFlashText
	{
		color: #FFFFFF;
		text-align: left;
		display: none;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		padding: 10px;
	}
	
	a.getFlash:link, a.getFlash:visited {color: #FF6666;}
	a.getFlash:hover, a.getFlash:active {color: #FF9999;}
	
	div.playButton
	{
		display: none;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		background-image: url(images/play.png);
		background-position: center;
		background-repeat: no-repeat;
		cursor: pointer;
		opacity: .7;
		filter: alpha(opacity=70);
	}
	
	div.playButton:hover
	{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	div.videoCaption  /* class is used by JQuery - show here in case looking here to see what it does */
	{
	}
