$(document).ready(function() {

	// Fancybox Footer Google Maps
	$("a.fancybox").fancybox({
			'transitionIn':'elastic', 
			'transitionOut':'elastic',
			'padding':0, 
			'speedIn':600, 
			'speedOut':200,
			'overlayShow':true,
			overlayColor: '#000',
			overlayOpacity: 0.7,
			changeFade:'slow'
	});
	
	$("div.imgs").cycle({
		pause: 1,
		speed: 1000,
		timeout:5000
	
	});

});
