$(document).ready(function() {
			   $("a[rel=example2]").fancybox({
				'overlayShow'	: true,
				'titlePosition'	: 'inside'
			});
				$("a#plyty").fancybox({
				'padding'		: 0,
				'autoScale'		: false,
				'transitionIn'	: 'none',
				'transitionOut'	: 'none',
				'width'			: 525,
				'height'		: 685,
				'type'			: 'iframe',
				'wmode'				: 'transparent',
				'allowfullscreen'	: 'true'
			});
			
		});
