	jQuery(function(){
					
			jQuery('#MainMenu').superfish();
			
			
			jQuery('#rndCars').cycle({ 
				fx:            'scrollDown' ,
				speed:         1500,
				timeout:       5000
			});

			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,
				'zoomOpacity':true,
				'zoomSpeedIn':1500,
				'easingIn':true,
				'frameWidth':480,
				'frameHeight':500,
				'overlayShow':true,
				'overlayOpacity': 0.9
			});


	});
		

