$(document).ready(function(){

	// Galerķa de inicio
	Galleria.loadTheme('templates/web/js/galleria_theme/galleria.classic.min.js');
    $('#galleria').galleria({
    	extend: function(options) {
		    this.bind('image', function(e) {
		        $('.galleria-stage img').attr('class', 'thickbox');
		        tb_init('.thickbox');
		    });
		}
	});

});
