(function(jQuery) {

Galleria.addTheme({
    name: 'anmtheme',
    author: 'Asset New Media GmbH',
    version: '1.0',
    css: 'galleria.anmtheme.css',
    defaults:
    {
		image_crop: false,
		autoplay: true,
		showCounter: false,
		showImagenav: false,
		showInfo: false
    },
    init: function(options) 
    {
    	anmtheme_init(this, options);
		
		window.setTimeout(function()
		{
			jQuery(".preload-image").empty().css({"background-color":"black"});
		}, 1000);
    }
});

})(jQuery);
