/* Author: 

*/
$(document).ready(function() {
	
		/* This is basic - uses default settings */
		
		$("a.iframe").fancybox({
			'width':650,
			'height':450,
			'titleShow': false,
			'overlayOpacity': .8
		});
	
	});


    
    
 















