var conf = {

	defaults: {
	
		autoPlay: true,
		autoBuffering: true,
		baseUrl: 'http://www.asburyseminary.edu',
	
		onBegin: function() {
			this.getControls().fadeIn(4000);
		}
		
	},
	
	q3: {
	
		autoPlay: true,
		autoBuffering: true,
		baseUrl: 'http://www.asburyseminary.edu',
	
		onBegin: function() {
			this.getControls().fadeIn(4000);
		}
		
	},

	skins: {
	
		gray: {
		
			backgroundColor: '#666666',
			buttonColor: '#333333',
			opacity: 0,
			time: true
			
		}
	
	},
	
	plugins: {
		
		controls: {
			
			tooltips: {
				buttons: true,
				play: 'Play',
				pause: 'Pause',
			},
			
			tooltipColor: '#112233',
			
			tootipTextColor: '#8899ff'
			
		}
		
	}

}
