﻿$(document).ready(function() {
    $('#rotator').cycle({ fx: 'fade', speed: 1000, timeout: 6300, pager: '.hero-nav', delay: -4000 });
    $('.hero-nav a').click(function() { $('#rotator').cycle('pause');});
});

