$(document).ready(function() {
	$('#portfolio').innerfade({ animationtype: 'fade', speed: 'slow', timeout: '5000', type: 'random', containerheight: '192px' });
	
	 $('#gallery').galleria({
	        image_crop: true,
	        transition: 'slide',
	        data_config: function(img) {
	            return {
	                description: $(img).next('p').html()
	            };
	        }
	    });
	
		
}); //document ready
