$(document).ready(function(){
	
    Galleria.loadTheme('js/galleria.lightbox.js');
	
	$('#galleria').css('top',5/10*$(window).height()+252);
	
    $('#galleria').galleria({
        data_source: '#content',
        keep_source: true,
		thumbnails: false
    });
});
