Cufon.replace('h2 a', {hover: true})('h3 a', {hover: true})('h1')('h2')('h3')('p.welcome');

jQuery(document).ready(function(){ 
								
	jQuery(".button a, #footer .partners, .questions, form, form.wpcf7-form button, #galerka span, #footer .partners span.in").corner("4px");
  	jQuery(".shadow").dropShadow({left: -1, top: 0, opacity: 0.6, blur: 3, color: "#d1d1ca"});

	jQuery("#caruso_show").carousel({
		nextBtn:"<span><img src='./wp-content/themes/alohapet/images/next.png' alt='Next' width='40' height='40' /></span>",
		prevBtn:"<span><img src='./wp-content/themes/alohapet/images/prev.png' alt='Prev' width='40' height='40' /></span>",
		pagination: false,
		autoSlide: true,

		autoSlideInterval: 7000,
		loop: true
	}); 
	
	jQuery("#menu li a").bind("mouseout", function() {
 		jQuery(this).addClass("reset");
	});
	
  
});

