$(document).ready(function() {	

	$('#menu ul li a').tipsy({gravity: 'n'});	
	$('#bottom-scroller').jcarousel({auto: 5, wrap: "both", animation: 3000});
	$('#lower').jcarousel({auto: 3, wrap: "both", animation: 1250});
	$("a#offer, .nb").fancybox({overlayShow: true, overlayOpacity: 0.77, enableEscapeButton: true, overlayColor: '#000',titleShow:true  }); 

	
	$('img.folio-img').hover(function() {
		$(this).stop().animate({ opacity: 0.8 }, 500);
	}, function() {
		$(this).stop().animate({ opacity: 1.0 }, 500);
	});
	
	$('#banners-promo-menu a img, a#web-link').hover(function() {
		$(this).stop().animate({ opacity: 0.5 }, 500);
	}, function() {
		$(this).stop().animate({ opacity: 1.0 }, 500);
	});


	$('.anythingSlider').anythingSlider({
		easing: "easeOutElastic",
		autoPlay: true,                 
		delay: 5200,                    
		startStopped: false,            
		animationTime: 2300,             
		hashTags: false,                 
		buildNavigation: true,          
		pauseOnHover: true
	});

});
