$(function() {
    $('#client_slideshow').cycle({
    	timeout: 8000
    });
});