﻿jQuery(function ($) {
    $('#featured-touts').cycle({
        fx: 'uncover',
        pager: '#featured-touts-pager'
    });

    $(window).load(function () {
        $('#featured-listing-container .featured-listing').serialScroll({
            items: '.listing',
            prev: '#media-prev',
            next: '#media-next',
            axis: 'x',
            duration: 600,
            force: true,
            constant: false,
            cycle: true
        });
    });
});
