jQuery.noConflict();
jQuery(document).ready(function() {
	
	//jQuery(".thumbnail").preloader();
	jQuery(".shadow").preloader();
	jQuery(".show-code").click(function(){ jQuery(this).toggleClass("open");})
	
    jQuery(".button, input[type=submit]").hover(function () {
			    jQuery(this).animate({
				    opacity: 0.8
			    }, "fast");
		    },
		    function () {
		    	jQuery(this).animate({
		    		opacity: 1
		    	}, "fast");
		    });
		    
	jQuery(".v1").tooltip();
	jQuery(".v2").tooltip();
	
	jQuery("a[rel^='prettyPhoto']").prettyPhoto({theme: 'facebook'});
});
