
$(document).ready(function(){
    // image slider
    $('#slider').jqGalScroll({
        speed: 500,
        ease: 'easeInOutCubic',
        direction : 'horizontal',
        height: 202,
        width: 760,
        titleOpacity : .60
    });
});

