$(document).ready(function(){
	$(function() {
    	$('#slideshow1').cycle({
								pause: 1							   
							   });
		});
});
