var conf = {
	// FLOWPLAYER OPTIONS
	SetKey: '#$53a09254f7bcfd23591',
	defaults: {
			autoBuffering: true,
      		accelerated: true,
			autoPlay: true,
			scaling: 'fit'
	},
	canvasSettings: {backgroundColor:'#ffffff'},
	skins: {
		rising: {//STYLING RULES FOR THE FLOWPLAYER CONTROLBAR (PLAY/PAUSE/PLAY-LENGTH/ETC)
			url:'flowplayer.controls-3.2.5.swf', 
			autoHide:false,
			backgroundColor: '#ffffff',
			progressColor: '#112233',
             buttonColor: '#D4D6D6',
             buttonOverColor: '#002B5C',
             backgroundGradient: 'none',
/*             hideDelay: '1000',*/
             timeBgColor: '#D4D6D6',
             borderRadius: '0px',
             volumeSliderGradient: 'none',
             tooltipColor: '#666666',
             sliderColor: '#002B5C',
             durationColor: '#ffffff',
             bufferColor: '#D4D6D6',
             volumeSliderColor: '#D4D6D6',
             timeColor: '#ffffff',
          sliderGradient: 'none',
             bufferGradient: 'none',
             progressColor: '#D4D6D6',
             height: 24,
             opacity: 1.0
		}
	}
}

