$(function(){
	$('.slideshow').cycle({
		timeout: 0,
	    next: '.NC_Gallery_Next',
	    prev: '.NC_Gallery_Previous'
	});
});