$(document).ready(function(){
	Galleria.loadTheme('/wp-content/themes/sweetsensations/javascript/themes/classic/galleria.classic.min.js');
    Cufon.replace('#navigation a, #blog_navigation a, h2.title', {fontFamily: 'Cantabile'});
    Cufon.replace('h4.title, #r_col h2.widgettitle, h3.comment_title, #wrapper-blog h2.widgettitle', {fontFamily: 'Rechtman'});
    $("#slider").hide();
    $("#slider").fadeIn('slow');
    $("#slider").easySlider({
        auto: true,
        continuous: true,
        controlsShow: false,
        speed: 1200,
        pause: 4000
    });
    $("a[rel^='prettyPhoto']").prettyPhoto({
        theme: 'light_square',
        allowresize: false
    });

	$(".gallery_slider").galleria({
		width:580,
		height:500
	});


});

