/* begin cufon replacer */

Cufon.replace('h1, h2, h3, h4, h5, h6, .dropcap, #midCaption p, .footer_title');
Cufon.replace('.intro_text, .intro_image', { textShadow: '1px 1px #fff'});
Cufon.replace('.page_top_title, .page_top_desc', { textShadow: '1px 1px #444'});


/* end cufon replacer */

jQuery(document).ready(function() {
	
	$("a[rel^='prettyPhoto'], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg]").prettyPhoto({ "slideshow": 5000, "overlay_gallery": false, "deeplinking": false, "show_title": false });
	$('a[href$="bodytop"]').click( function(s) {
		$.scrollTo( $('#bodytop'), {speed:1000}, {easing:'easeInQuad'} );
		s.preventDefault();
	});
});
