// JavaScript Document

$(document).ready(function(){
	$("#slider").easySlider();
	
	$("a[rel=googlemaps]").fancybox({
		'width'				: '75%',
		'height'			: '75%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
});
