jQuery(document).ready(function(){
	
	jQuery('#portfolio-list').filterable({
		animationSpeed: 100
	});

});
