var conf = {
    clip: {
	    autoPlay: false,
	    autoBuffering: true,
	    scaling: 'fit'
	},
	plugins: {
		controls: {
			timeBgColor: '#555555',
			buttonColor: '#a66e72',
			buttonOverColor: '#951822',
			backgroundGradient: 'low',
			sliderGradient: 'none',
			bufferColor: '#6d2228',
			tooltipColor: '#5F747C',
			sliderColor: '#b83d46',
			backgroundColor: '#000000',
			timeColor: '#daafb2',
			progressGradient: 'medium',
			progressColor: '#af4b53',
			tooltipTextColor: '#ffffff',
			durationColor: '#ffffff',
			volumeSliderColor: '#000000',
			volumeSliderGradient: 'none',
			borderRadius: '0',
			bufferGradient: 'none',
			height: 24,
			opacity: 1.0
		}
	},
	canvas: {
		background: '#000000',
		backgroundGradient: 'none'
	}
}