var conf = {
	// default clip configuration
	defaults: {
		autoPlay: true,
		autoBuffering: true,
		baseUrl: 'http://naturalhistory.ku.edu/sites/default/files/',

		// functions are also supported
		onBegin: function() {
			// make controlbar visible in 4000 seconds
			this.getControls().fadeIn(4000);
		}
	},

	// my skins
/*	skins: {
		gray: {
			background: '#ffffff',
			backgroundColor: '#ffffff',
			buttonColor: '#197ab1',
			sliderColor: '#197ab1',
			opacity: 1,
			timeBgColor: '#ffffff',
			timeColor: '#000',
			durationColor: '#000'
		}

		// setup additional skins here ...
	}
*/
}

