$(document).ready(function(){

 	// Load the twelve theme
    Galleria.loadTheme('/wp-content/themes/ingernet/js/themes/twelve/galleria.twelve.min.js');

    // Initialize Galleria
    $('#galleria').galleria({
    	imageCrop:false,
    	dataSource:data,
    	thumbnails:false
    });
	
	
});
