$(document).ready(function() {

	$("a#roundvision").fancybox({
		'autoDimensions'		:   false,
		'transitionIn'			:	'elastic',
		'transitionOut'			:	'elastic',
		'speedIn'				:	600, 
		'speedOut'				:	200, 
		'overlayShow'			:	true,
		'height'				:	'85%',
		'width'					: 	'95%',
		'hideOnContentClick'	: 	true,
		'padding' 				: 	2,
		'borderColor'			: '#fff'
	});
	
});

