﻿ $(document).ready(function(){
     $("#SimpleGallery").easySlider({
         auto: true,
         /*prevText: 'Previous',
         nextText: 'Next',
         firstShow: true,
         lastShow: true,
         vertical: true,*/
         controlsShow: false, 
         pause: 6000,
         continuous: true 
     });
 });
