var conf = {   
    //controls 
    skins: {         
        gray:  { 
           url: '/data/addons/flowplayer.controls-3.1.5.swf',
            opacity: 0.95, 
			      backgroundColor: '#e2e2e2',
			      backgroundGradient: 'none',			
			      all: true,
			      height: 20,
			      sliderColor: '#cccccc',
		      	progressColor: '#ce1126',
		       	bufferColor: '#cccccc',
            time: false,
		      	fullscreen: false,
			      stop: false,
			      playlist: false,
			      scrubberHeightRatio: 0.1,
			      volumeSliderHeightRatio: 0.1,
        }         
    }  
}

