function xx(t){console.log(t);}

jQuery(function($){


var slideshow = new GallerySlideShow({
    root:    '.gallery-area',
    box:     '.gallery-box',
    item:    '.gallery-box li',
    counter: '#count',
    prev:    '.gallery-area .prev',
    next:    '.gallery-area .next'
  });



});
