var flowplayerConfig = {
	key: '#$e19ce755c84fc975bdb', 
	canvas: { background: "#000000", backgroundGradient: 'low' }, 
	play: { url: '/_images/play-btn.png', width: 116, height: 116, replayLabel: null }, 
	plugins: {
		controls: {
			// Behavior
			autoHide: 'always', 
			hideDelay: '2000', 
			opacity: 0.80, 
			// width: '98%', 
			// bottom: 6, 
			// borderRadius: 6, 
			// Base colors
			backgroundColor: '#313131', 
			backgroundGradient: 'low', 
			buttonColor: '#333333', 
			buttonOverColor: '#5F5F5F', 
			// Time display
			durationColor: '#767676', 
			timeColor: '#797979', 
			timeBgColor: '#212121', 
			// Progress bar
			sliderColor: '#212121', 
			progressColor: '#393939', 
			progressGradient: 'none', 
			bufferColor: '#333333', 
			bufferGradient: 'none', 
			// Tooltip
			tooltipTextColor: '#FFFFFF', 
			tooltipColor: '#313131'
		} 
	}, 
	// Video metrics events. 
	omnitureEventId: null, 
	onBegin: function (event) {
		if(s !== null && s.tl !== null && flowplayerConfig.omnitureEventId !== null) {
			s.tl(this, 'o', flowplayerConfig.omnitureEventId );
		}
	}
}
var flowplayerEmbed = {
	src: "/_media/swf/flowplayer.commercial.swf", 
	wmode: 'opaque'
}
