$(document).ready(function() {
	
	// Home slideshow
	
	$('#home-slideshow').cycle({
        timeout: 5500,
        speed: 1000
    });
    
    // Commercial slideshow
    
    $('#commercial-slideshow').cycle({
        timeout: 5500,
        speed: 1000
    });
    
    // Residential slideshow
    
    $('#residential-slideshow').cycle({
        timeout: 5500,
        speed: 1000
    });
    
});
