$(function() {

  Cufon.replace("h2:not(.nocuf)");
  
  $("#slider div.images").theatre({
    effect: "horizontal",
    selector: "a",
    autoplay: true,
    still: 1500,
    controls: "none",
    width: "300px",
    height: "197px",
    paging: "#myPaging",
    itemWidth: "69px",
    itemHeight: "69px"
  });

});
