
$(document).ready(function() {
	$('.link1').hover(function(){$(this).stop().animate({paddingRight:'16'},600, 'easeOutElastic')}, function(){$(this).stop().animate({paddingRight:'9'},600, 'easeOutElastic')});
	$('.list1 li a').hover(function(){$(this).stop().animate({paddingLeft:'27'},400, 'easeOutBack2')}, function(){$(this).stop().animate({paddingLeft:'17'},400, 'easeOutBack')});
   // initiate tool tip
		// basic usage  
		$('.normaltip').aToolTip({
    		toolTipClass: 'aToolTip'});  
	$("#gallery").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 4,
		speed: 400,
		easing: 'easeOutCirc'
	});
	
	$("#galleryDet").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 4,
		speed: 400,
		easing: 'easeOutCirc'
	});
	
	$("#galleryDet1").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 4,
		speed: 400,
		easing: 'easeOutCirc'
	});
	$("#galleryDet2").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 4,
		speed: 400,
		easing: 'easeOutCirc'
	});
	
	$("#galleryDet3").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 4,
		speed: 400,
		easing: 'easeOutCirc'
	});
	
	$("#galleryDet4").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 4,
		speed: 400,
		easing: 'easeOutCirc'
	});
	
	$("#galleryDet5").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 4,
		speed: 400,
		easing: 'easeOutCirc'
	});
	
	
	
	
	
	
	$("#gallery2").jCarouselLite({
		btnNext: ".down",
		btnPrev: ".up",
		visible: 4,
		speed: 400,
		vertical: true,
		easing: 'easeOutCirc'
	});	
	
	$("#ElencogalleryFoto").jCarouselLite({
		btnNext: ".down",
		btnPrev: ".up",
		visible: 10,
		speed: 400,
		vertical: true,
		easing: 'easeOutCirc'
	});	
	
	
	

	
	tabs.init();
	contact.init();
 });

$(window).load(function() {	
	$('.spinner').fadeOut();
	$('body').css({overflow:'inherit'});
})
