jQuery(document).ready(function() {
						   
//jQuery("a.fimg").fancybox({
//	'transitionIn'			: 'elastic',
//	'transitionOut'			: 'elastic',
//	'hideOnContentClick': false
//});	

jQuery("a.box").fancybox({
	'width':800, 
	'height':520, 
	'transitionIn': 'inline',
	'hideOnContentClick':false
});

//jQuery(".fmaps").fancybox({  
//	'frameWidth': 425, //frameWidth = Default width for iframed and inline content  
//	'frameHeight': 350 //frameHeight = Default height for iframed and inline content  
//});

//jQuery("#toTop").scrollToTop({speed:1000,ease:"easeOutBounce"});

});
