$(document).ready(function(){
/* superfish */
if ($("ul.sf-menu").length > 0){
  $("ul.sf-menu").superfish({
    speed: 250,
    autoArrows: true
  });
}

/* jcarousel */
if ($("#jcarousel").length > 0){
  $('#jcarousel').jcarousel({
    scroll: 1,
    auto: 5,
    wrap: 'last'
  });
}

/* slideshow */
if ($('#easyslide_container')) $('#easyslide_container').easySlides(slideshowOptions);

/* PNGFix */
$(document).pngFix();
});
