$(document).ready(function() {
	// BACK TO TOP
	$('a.top').click(function(){
		 $('html, body').animate({scrollTop: '0px'}, 800);
		 return false;
	});
	
	
	// Google map colorbox
	$("a.popup").colorbox({ iframe:true, width:"700px", height:"500px" });
});
