$(function() {
    $('#slideshow-images').jqFancyTransitions({
    	height: 500,
    	width: 175,
    	position: 'top',
    	direction: 'left',
    	strips: 10
    });
});
