/** 
 * cineworx external config  
 */  
var conf = { 
    defaults: {
        autoPlay: true, 
        autoBuffering: true, 
		accelerated: true,
		fadeInSpeed: 500,
		replayLabel: "",
		fadeOutSpeed: 500
    },
    skins: {         
        dark:  { 
			autoHide: 'always',
			hideDelay: 1000,
			playlist: false,
			stop: false,
			time: false,
			fullscreen: true,
			height: 18,
			opacity: 0.7,
			progressGradient: 'none',
			sliderGradient: 'none',
			bufferColor: '#333333',
			backgroundColor: '#000000',
			buttonColor: '#666666',
			volumeSliderProgressColor: '#333333',
			progressColor: '#333333'
        }         
    } 
}