$(document).ready(function(){
    /*
    $("#testimonals-scroller").jCarouselLite({
        mouseWheel: true,
        auto: 10000,
        speed: 1000,
        vertical: true,
        circular: true,
        visible: 1,
        scroll: 1
    });
    */
    $("#testimonals-scroller").easySlider({
        prevId: 'prevBtn',
        prevText: 'Previous',
        nextId: 'nextBtn',	
        nextText: 'Next',
        controlsShow: false,
        controlsBefore:	'',
        controlsAfter: '',	
        controlsFade: true,
        firstId: 'firstBtn',
        firstText: 'First',
        firstShow: false,
        lastId: 'lastBtn',	
        lastText: 'Last',
        lastShow: false,				
        vertical: true,
        speed: 1000,
        auto: true,
        pause: 10000,
        continuous: true, 
        numeric: false,
        numericId: 'controls'
    });
    
    $('#header-slideshow').easySlider({
        prevId: 'prevBtn',
        prevText: 'Previous',
        nextId: 'nextBtn',	
        nextText: 'Next',
        controlsShow: false,
        controlsBefore:	'',
        controlsAfter: '',	
        controlsFade: true,
        firstId: 'firstBtn',
        firstText: 'First',
        firstShow: false,
        lastId: 'lastBtn',	
        lastText: 'Last',
        lastShow: false,				
        vertical: false,
        speed: 1000,
        auto: true,
        pause: 10000,
        continuous: true, 
        numeric: false,
        numericId: 'controls'
    });
});

