$(document).ready(function() {

	$("#googlemap").fancybox({
		'width'				: '75%',
		'height'			: '75%',
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
	$(".LargeLink").fancybox();
	
	$(".highslide").removeAttr("onclick").fancybox();

	$('.contentleft').jScrollPane();
	
	$('#accordion-slider').kwicks({
		max : 380,
		spacing : 1
	});

});
