$(document).ready(function(){
    /*$('#slider').orbit({
     animation: 'fade', //fade, horizontal-slide, vertical-slide
     animationSpeed: 800, //how fast animations are
     advanceSpeed: 5000, //if timer advance is enabled, time between transitions
     startClockOnMouseOut: true, //if timer should restart on MouseOut
     startClockOnMouseOutAfter: 3000, //how long after mouseout timer should start again
     directionalNav: true, //manual advancing directional navs
     captions: true, //if has a title, will be placed at bottom
     captionAnimationSpeed: 100, //how quickly to animate in caption on load and between captioned and uncaptioned photos
     timer: true //if the circular timer is wanted
    });*/

    $("#slider").easySlider({
        controlsfade: false,
        auto:true,
        continuous:false,
        pause:5000
    });
});
