		$(document).ready(function() {

			$("a.fancybox").fancybox({
				'titleShow'		: true,
				'titlePosition'		: 'over'			
			});
			
			$(".frame").fancybox({
				'titleShow'			: false,								 
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});					

			$(".popup").fancybox({
				'titleShow'		: false
			});
		});
