
$(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'
	});		
	$("#gallery2").jCarouselLite({
		btnNext: ".down",
		btnPrev: ".up",
		visible: 4,
		speed: 400,
		vertical: true,
		easing: 'easeOutCirc'
	});	
	tabs.init();
	contact.init();
 });
