$(document).ready(function() {
	
	
	$("a.iframe_small").fancybox({
        'width'				: 750,
				'height'			: 300,
		    'autoScale'     	: false,
		    'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'hideOnOverlayClick' : false,
				'hideOnContentClick' : false,
				'type'				: 'iframe'
				

	 });
	 
	 $("a.iframe").fancybox({
        'width'				: 830,
				'height'			: '90%',
		    'autoScale'     	: false,
		    'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'hideOnOverlayClick' : false,
				'hideOnContentClick' : false,
				'type'				: 'iframe'
				

	 });
	 
	 $("a.iframe90").fancybox({
        'width'				: 830,
				'height'			: '90%',
		    'autoScale'     	: false,
		    'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'hideOnOverlayClick' : false,
				'hideOnContentClick' : false,
				'type'				: 'iframe'
				

	 });
	 
	 		$("a.gallery").fancybox({
	 					'overlayColor' : '#000',
			'overlayOpacity' : '0.7',
       	'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic'
	});
	 
	
$("a.jutup").click(function() {
	$.fancybox({
			'padding'		: 0,
			'autoScale'		: false,
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			'overlayColor' : '#000',
			'overlayOpacity' : '0.7',
			'title'			: this.title,
			'width'		: 680,
			'height'		: 495,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'swf',
			'swf'			: {
                    'wmode'		: 'transparent',
                    'allowfullscreen'	: 'true'
                  }
		});

	return false;
});

});
