
//var $j = new jQuery.noConflict();


jQuery(document).ready(function() {
	jQuery(".videoOverlay").fancybox();
	flowplayer("a.videoPlayer", "templates/swf/flowplayer-3.2.7.swf",  {
		clip: {
			autoPlay: true,
			autoBuffering: true,
			scaling: 'fit'
		},
		canvas:  {
			backgroundColor: '#ffffff',
			backgroundGradient: 'none'
		}
	});
});


