/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

$(document).ready(function(){
    $("#slider").easySlider({
        orientation: 'vertical',
        vertical: true,
        controlsShow: false,
        auto: true,
        pause: 2800,
        speed: 1400,
        continuous: true,
        windowSize: 5
    });
});

