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