﻿$(function() {
    $('.featureKayak').cycle({
        fx: 'scrollDown',
        speedIn: 500,
        speedOut: 500,
        delay: 1000,
        timeout: 13000
    });
});

$(function() {
    $('.featureTree').cycle({
        fx: 'scrollDown',
        speedIn: 500,
        speedOut: 500,
        delay: 2500,
        timeout: 13000
    });
});

$(function() {
    $('.featureBike').cycle({
        fx: 'scrollDown',
        speedIn: 500,
        speedOut: 500,
        delay: 4000,
        timeout: 13000
    });
});
