
$(document).ready(function() {
    $('.list1 li a').hover(function(){$(this).stop().animate({paddingLeft:'20'},600, 'easeOutElastic')}, function(){$(this).stop().animate({paddingLeft:'12'},600, 'easeOutElastic')});
	$('.link1').hover(function(){$(this).stop().animate({paddingRight:'16'},600, 'easeOutElastic')}, function(){$(this).stop().animate({paddingRight:'9'},600, 'easeOutElastic')});
   // initiate tool tip
		// basic usage  
		$('.normaltip').aToolTip({
    		toolTipClass: 'aToolTip'});  
	$("#gallery").jCarouselLite({
			btnNext: ".next",
		 	btnPrev: ".prev",
			visible: 3,
			speed: 600,
			easing: 'easeOutCirc'
		});	
		tabs.init();
		$('.tooltip').aToolTip({
    		toolTipClass: 'ToolTip'});
		
		//contact form
		
		contact.init();	
	// for lightbox
	if ($("a[rel^='prettyPhoto']").length) {
			$(document).ready(function() {
				// prettyPhoto
				$("a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_square'});
			});
	}
 });
