	jQuery(function(){
					
			jQuery('#MainMenu').superfish();
			
			jQuery('#ofertaImgs').cycle({ 
				fx: 'fade' ,
				speed:    2000,
				timeout: 10000
			});

			jQuery('#ofertaText').cycle({ 
				fx: 'scrollDown', 
				speed:         2000,					
				timeout:      10000
			});

			jQuery('#tel_consultant').cycle({ 
				fx: 'fade', 
				speed:         3000,					
				timeout:      15000
			});
			
	
			jQuery("a#inline").fancybox({

				'hideOnContentClick': false,
				'callBackOnShow': function() { alert('hello'); },
				'zoomOpacity':true,
				'zoomSpeedIn':1500,
				'easingIn':true,
				'frameWidth':750,
				'frameHeight':500,
				'overlayShow':true,
				'overlayOpacity': 0.9
			});
			

	});
		
