// Scripts for MIM Gallery

$().ready(function() {
	$('#currentGallery') 
	.before('<div id="slideshowNav">') 
	.cycle({ 
	    fx: 'fade', 
	    speed: 1000, 
		timeout: 5000,
	    pager: '#slideshowNav',
		pause: 1
	});
});
