//josh@meta13.com
$(document).ready(function () {
    //Gets location and sets selected state to nav's li
    $('#slides').cycle({
        speed: 800,
        timeout: 6500,
        fx: 'scrollRight',
        //direction: 'right',
        sync: 1,
        pager: '#feature-nav',
        cleartypeNoBg: true,
				easing: 'easeInOutBack'
        //pagerEvent: 'mouseover',
        //pagerClick: 'null',
        //timeoutFn: scrollNice,
        //after: scrollNice,
        //pauseOnPagerHover: true,
    });
});
