$(document).ready(function(){
	$('.panel').borderImage('url("images/panel-border.png") 99px');
	$('#introfilm').borderImage('url("images/photo-bg.png") 10px');
	$('.instructorphoto').borderImage('url("images/photo-bg.png") 10px');
	$('.photos').borderImage('url("images/photo-bg.png") 10px');
	$(".flashplay").click(function() {
		$.fancybox({
			'padding'		: 10,
			'autoScale'		: false,
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			'title'			: this.title,
			'width'			: 425,
			'height'		: 344,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'swf',
			'overlayOpacity': 0.7,
			'overlayColor'	: '#000'
		});
			return false;
	});
	$(".flashplayintro").click(function() {
		$.fancybox({
			'padding'		: 10,
			'autoScale'		: false,
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			'title'			: this.title,
			'width'			: 640,
			'height'		: 385,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'swf',
			'overlayOpacity': 0.7,
			'overlayColor'	: '#000'
		});
			return false;
	});
	$(".mp3icon").fancybox({
		'padding'		: 10,
		'width'			: 400,
		'height'		: 49,
		'autoDimensions': false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'overlayOpacity': 0.7,
		'overlayColor'	: '#000'
	});
	$(".gallery a").fancybox({
		'padding'		: 2,
		'autoDimensions': true,
		'transitionIn'	: 'fade',
		'transitionOut'	: 'fade',
		'overlayOpacity': 0.7,
		'overlayColor'	: '#000',
		'titleShow'		: false
	});
});
