/**
 * @author mfox
 */

var conf = { 
     
    // default clip configuration 
    defaults: { 
		autoPlay: true, 
		autoBuffering: true,
		scaling: 'fit'
    }, 
     
    // my skins 
    skins: {         
        gsw:  { 
            autoHide: 'always',
    	 	backgroundColor: '#000000', 
            backgroundGradient: 'none', 
    	 	timeColor:  	'#FFFFFF',
    		durationColor: 	'#FFFFFF',
    		progressColor: 	'#c5cf2e' ,
    		progressGradient: 	'none',
    		bufferColor: 	'#4F5556',
    		bufferGradient: 	'none',
    		sliderColor: 	'#a4ad22',
    		sliderGradient: 	'none',
    		buttonColor: 	'#a4ad22',
    		buttonOverColor: 	'#c5cf2e',
    		volumeSliderColor:	'#4F5556',
    		volumeSliderGradient: 	'none',
    		timeBgColor: 	'#a4ad22'
        } 
         
        // setup additional skins here ...         
    } 
     
}

