var conf = 
{ 
	
    defaults:
		{ 
        //autoPlay: false, 
        //autoBuffering: false, 
        baseUrl: 'http://www.eisenmann-sportauspuff.de/upload/videos/', 
     	
        onBegin: function()
				{ 
            this.getControls().fadeIn(4000); 
        } 
         
    }, 
		
		skins:
		{         
        blue:
				{ 
        	sliderGradient: 'none',
					durationColor: '#ffffff',
					progressGradient: 'medium',
					buttonOverColor: '#b9dfff',
					bufferGradient: 'none',
					sliderColor: '#0070cc',
					timeBgColor: '#0070cc',
					backgroundColor: '#eeeeee',
					buttonColor: '#0070cc',
					backgroundGradient: 'none',
					timeColor: '#b9dfff',
					volumeSliderColor: '#0070cc',
					progressColor: '#0070cc',
					tooltipTextColor: '#ffffff',
					borderRadius: '0',
					bufferColor: '#b9dfff',
					tooltipColor: '#0070cc',
					volumeSliderGradient: 'none',
					height: 22,
					opacity: 0
        }
    }
}