$(document).ready(function(){
$("#swapview_gallery").fancybox({
				'width'				: '100%',
				'height'			: '110%',
				'autoScale'			: true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
});
