var defaultConf = {

    plugins: {
        controls: {
            volumeSliderGradient: 'none',
            tooltipTextColor: '#ffffff',
            durationColor: '#0000',
            progressColor: '#112233',
            bufferColor: '#445566',
            volumeSliderColor: '#000000',
            bufferGradient: 'none',
            progressGradient: 'medium',
            backgroundGradient: [0.6,0.3,0,0,0],
            sliderGradient: 'none',
            tooltipColor: '#5F747C',
            buttonColor: '#5F747C',
            sliderColor: '#000000',
            buttonOverColor: '#728B94',
            timeBgColor: '#555555',
            borderRadius: '0',
            timeColor: '#ffffff',
            backgroundColor: '#222222',
            height: 20,
            opacity: 1.0,
            stop: true,
            fullscreen: false,
            time: false,
            mute: false
       }
    }
}
