	       $(document).ready(function() {
	               $("a[rel=gallery]").fancybox({
	'showCloseButton'	: true,
	'titlePosition' 		: 'inside',
	                       'width'                         : 680,
	                       'height'                        : 420,
	               'autoScale'             : false,
	               'transitionIn'          : 'none',
	                       'transitionOut'         : 'none',
	                       'type'                          : 'iframe'
	               });
	       });

