$(document).ready(function() {
  	$('#mainImage').cycle({
		fx: 'fade',
		timeout: 5000,
		speedIn: 3000,
		speedOut: 3000,
		containerResize:false
	});
	
	$(".imgLink").fancybox({
		'width':'75%',
		'height':'95%',
		titleShow:false
	});
	
	$(".menuLink").fancybox({
		'type':'iframe',
		'width':600,
		'height':600,
		'autoScale':'false'	
	});
	
	$(".tariffLink").fancybox({
		'type':'iframe',
		'width':600,
		'height':530,
		'autoScale':'false'	
	});
	$(".testimonials").fancybox({
		'type':'iframe',
		'width':600,
		'height':530,
		'autoScale':'false'	
	});

});
