// JavaScript Document

jQuery(document).ready(function($) {
      $("#slider1").slideshow({
        width      : 723,
        height     : 427,
        duration      : 5000,
        speed         : 100,
        delay         : 4000
      });
	  $("#slider2").slideshow({
        width      : 262,
        height     : 427
      });
    });
