$(document).ready(function() {
						   
$("a.fimg").fancybox({
	'overlayShow': true,
	'zoomSpeedIn':600,
	'zoomSpeedOut':500,
	'easingIn':'easeOutBack',
	'easingOut':'easeInBack',
	'hideOnContentClick': false
});	


$("a.iframe").fancybox({
	'frameWidth':800, 
	'frameHeight':520, 
	'overlayShow': true,
	'zoomSpeedIn':600,
	'zoomSpeedOut':500,
	'overlayShow': true, 
	'hideOnContentClick':false
});

$(".fmaps").fancybox({  
	'frameWidth': 425, //frameWidth = Default width for iframed and inline content  
	'frameHeight': 350 //frameHeight = Default height for iframed and inline content  
});

$("#toTop").scrollToTop({speed:1000,ease:"easeOutBounce"});

});