var conf = {
	// Plugin Configurations
	plug: {
		home: {
			controls: null
		},
		pages: {
			controls: {
				// Controlbar => auto hide properties
				autoHide: {
						enabled: true,
						fullscreenOnly: false,
						hideDelay: '2000',
						hideDuration: '1000',
						hideStyle: 'fade'
				},
				// Controlbar => button visiblilty properties
				all: false,
				play: true,
				scrubber: true,
				time: true,
				mute: true,
				volume: true,
				fullscreen: true,
				playlist: true,
				// Controlbar => styling properties -> background
				backgroundColor: 'transparent',
				backgroundGradient: 'none',
				// Controlbar => styling properties -> button styles
				buttonColor: 'rgba(80, 80, 80, 1)',
				buttonOverColor: 'rgba(117, 117, 117, 1)',
				// Controlbar => tooltips -> styles
				toolTips: 'null',
				tooltipColor: 'rgba(80, 80, 80, 1)',
				tooltipTextColor: 'rgba(255, 255, 255, 1)',
				// Controlbar => styling properties -> scrubber styles
				sliderColor: 'rgba(80, 80, 80, 1)',
				sliderGradient: 'none',
				sliderBorder: 'none',
				bufferColor: 'rgba(220, 220, 220, 1)',
				bufferGradient: 'none',
				progressColor: 'rgba(106, 106, 106, 1)',
				progressGradient: [1.0, 0.6, 0.1],
				// Controlbar => styling properties -> volume slider styles
				volumeSliderColor: 'rgba(220, 220, 220, 1)',
				volumeSliderGradient: 'none',
				volumeBorder: 'none'
			},
			youtube: {
				url: 'http://www.netbiz.com/swf/flowplayer.youtube-3.2.4.swf'
			}
		}
	},
	// Canvas Configurations
	cans: {
		home: {
			backgroundColor: '#ffffff',
			backgroundGradient: 'none'
		},
		pages: {
			background: '#cccccc',
			backgroundGradient: 'none'
		}
	},
	// Clip Configurations
	videos: {
		dablog: {
			scaling: 'scale',
			autoBuffering: true,
			autoPlay: false,
			url: '/swf/videos-home-dablog.mov',
			linkUrl: 'http://blog.netbiz.com/',
			linkWindow: '_blank'
		},
		whatwedo: {
			scaling: 'scale',
			autoBuffering: true,
			autoPlay: false,
			url: '/swf/videos-home-whatwedo.mov',
			linkUrl: '/what-we-do'
		},
		whatwerewatching: {
			scaling: 'scale',
			autoBuffering: true,
			autoPlay: false,
			url: '/swf/videos-home-whatwerewatching.mov',
			linkUrl: '/what-were-watching'
		},
		whoweare: {
			scaling: 'scale',
			autoBuffering: true,
			autoPlay: false,
			url: '/swf/videos-home-whoweare.mov',
			linkUrl: '/who-we-are'
		},
		storiesportfolio: {
			scaling: 'scale',
			autoBuffering: true,
			autoPlay: false,
			url: '/swf/videos-home-storiesportfolio.mov',
			linkUrl: '/stories-portfolio'
		},
		screeningroom: {
			scaling: 'scale',
			autoBuffering: true,
			autoPlay: false,
			url: '/swf/videos-home-screeningroom.mov',
			linkUrl: 'https://www.studionow.com/login/',
			linkWindow: '_blank'
		},
		diycrashcourse: {
			scaling: 'scale',
			autoBuffering: true,
			autoPlay: false,
			url: '/swf/videos-home-diycrashcourse.mov',
			linkUrl: '/diy-crash-course'
		},
		pages: {
			scaling:'fit',
			provider:'youtube',
			urlResolvers:'youtube',
			autoBuffering: true,
			autoPlay: true
		}
	},
	// Play Button Configuration
	button: {
		home: {
			opacity: 0
		}
	}
}
