		$(document).ready(function() {


				$("#rinpoche, #erlangen, #6degrees").fancybox({
				'padding'			: 0,
				'autoScale'			: true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'width'				: '640px',
				'height'			: '360px'				
			});
				$("#reel").fancybox({
				'padding'			: 0,
				'autoScale'			: true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'width'				: '480px',
				'height'			: '360px',				
			});
			$("#totna, #liquid").fancybox({
				'padding'			: 0,
				'autoScale'			: true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'width'				: '320px',
				'height'			: '240px',				
			});


		});
