$(document).ready(function() {
	$('#home_rotator').galleria({
		transition:  'fade',
		image_margin: 0,
		image_crop: 'height' 
	});
});
