var control_kellpo = {
	plugins: { 
	 
	    // The controlbar is called "controls". By tweaking this, you can modify its look and feel 
	    controls: { 
	 
	        // location of the controlbar plugin 
	        url: '/Files/System/js/flowplayer/flowplayer.controls-3.0.4.swf', 
	 
	        // display properties such as size, location and opacity 
	        bottom: 0, 
	        left: 0, 
	        opacity: 0.50,
	        
	        
	        // styling properties (will be applied to all plugins) 
	        background: '#FFFFFF', 
	        backgroundGradient: 'low', 

	        // color
			progressColor: '#FFFFFF',
			timeBgColor:'none',  
	        // controlbar specific settings 
			autoHide: 'always', 
			hideDelay: 1500,
	 	    timeColor: '#980118', 
	        all: false, 
	        play: true, 
	        scrubber: true, 
            borderRadius: 1,
			time:true,
	        // tooltips (since 3.1) 
	        tooltips: { 
	            buttons: true, 
	            fullscreen: 'Enter fullscreen mode' 
	        } 
	    } 
	}	
}
