$(function() {
    $('.slideshowPanel1').cycle({ 
	timeout: 4000,
    delay:  0, 
    speed:  1000, 
}); 
    $('.slideshowPanel2').cycle({ 
	timeout: 4000,
    delay:   200, 
    speed:  1000, 
}); 
    $('.slideshowPanel3').cycle({ 
	timeout: 4000,
    delay:  400, 
    speed:  1000, 
}); 
    $('.slideshowPanel4').cycle({ 
	timeout: 4000,
    delay:  600, 
    speed:  1000, 
}); 
});
$(function() {
$('.navButton').click(function() { 
    $('.slideshowPanel1').cycle('stop');
	$('.slideshowPanel2').cycle('stop');
	$('.slideshowPanel3').cycle('stop');
	$('.slideshowPanel4').cycle('stop');
});
});
$(function() {
$('.logo').click(function() { 
    $('.slideshowPanel1').cycle({ 
	timeout: 4000,
    delay:  0, 
    speed:  1000, 
}); 
    $('.slideshowPanel2').cycle({ 
	timeout: 4000,
    delay:   200, 
    speed:  1000, 
}); 
    $('.slideshowPanel3').cycle({ 
	timeout: 4000,
    delay:  400, 
    speed:  1000, 
}); 
    $('.slideshowPanel4').cycle({ 
	timeout: 4000,
    delay:  600, 
    speed:  1000, 
}); 
});
});
