$(function() {
    $('#content #photos').cycle({
        timeout: 2000,
        speed: 2000,
        pause: false
    });
7});