$(document).ready(function() {
  $("#slideshow").cjSimpleSlideShow({
    autoRun: true,
    delay: 2500,
    dissolve: 50,
    showCaptions: false,
    centerImage: false
  });
});
