$(document).ready(function(){

	$('.slideshow').slides({
		play: 3000,
		pause: 1500,
		hoverPause: true,
		container: 'slideshow-container'
	});

	$("#videopopup").fancybox({
		'autoScale'			: 'true',
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'inline'
	});

	$("a#phone").fancybox({
		'modal'			:	0,
		'showCloseButton'	:	0
	});
	

});
