jQuery.noConflict();

jQuery(function($){
  $(".photosgallery-std").sliderkit({
    auto:true,
    autospeed:3500,
    autostill:true,
    circular:true
  });
});

/*
  jQuery.event.add(window, "load", function(){
    jQuery(".photosgallery-std").sliderkit({
      auto:true,
      autospeed:3500,
      autostill:true,
      circular:true
    });
  });
*/

