//Jquery
jQuery(document).ready(function($) {
  $(".slider").slideshow({
    width      : 586,
    height     : 233,
    transition : 'square'
  });
});
