(function($)
{
	Galleria.loadTheme('/js/galleria.classic.js');
	$('.galleria').galleria({ height: 600, width: 750, 
        image_margin: 0, autoplay:true,  on_image: function( image, thumb ) {

        var gallery = this;

        // image is now the image element and gallery the instance
        $( image ).click( function() {
            gallery.openLightbox();
        })
    }
 });

})(jQuery);
