﻿$(document).ready(function() {
    $('.slides').cycle({
        timeout: 1000,
        speed: 5000
    });
});
