$(function() {
	
	$('div.gallery').slideshow({
		nextButton: 'a.next-button',
		prevButton: 'a.prev-button',
		useNav: '.slide-nav a',
		animationStyle: 'crossfade'
	});
	
});
