var conf = {
	setup: {
		src: '/_res/swf/flowPlayer/flowplayer-3.1.5.swf',
		wmode: 'opaque'
	},
	defaults: {
		onLoad: function() {
			$('#videooverview').css('background', '#ffffff');
		},
		clip: {
			autoPlay: false,
			autoBuffering: true,
			baseUrl: '/_res/flv/',
			url: ''
		},
		canvas: {
			backgroundColor: '#ffffff',
			backgroundGradient: 'none'
		},
		plugins: {
			controls: {
				all: false,
				playlist: false,
				backgroundGradient: 'none',
				autoHide: 'always',
				hideDelay: 1000,
				durationColor: '#ffffff',
				borderRadius: '0px',
				timeColor: '#990000',
				bufferGradient: 'none',
				bufferColor: '#990000',
				sliderGradient: 'none',
				buttonColor: '#cbc7ac',
				buttonOverColor: '#990000',
				progressGradient: 'none',
				backgroundColor: '#ffffff',
				progressColor: '#cbc7ac',
				sliderColor: '#cbc7ac',
				tooltipColor: '#990000',
				opacity: 1.0,
				height: 20,
				scrubber: true,
				volume: false,
				play: true,
				fullscreen: false
			}
		}
	}
}

