$(document).ready(function() {
  //Фиксация положения header'а и блка меню
  //$("#header").css("position", "fixed");
  //$("#menu").css("position", "fixed");
 /*
  $(".box4").css("position", "fixed");
  $(".box4").resize(function(){
    alert("ok!");
  });
*/
  $(".slider").jCarouselLite({
    btnNext: ".next",
    btnPrev: ".prev",
    mouseWheel: true,
    visible: 3,
    auto: 15000,
    speed: 1000
  });
  
  $(".tooltip").tooltip({ 
    track: true, 
    fade: 250, 
    delay: 1, 
    showURL: false, 
    opacity: 1, 
    fixPNG: true, 
    showBody: " - ", 
    /*extraClass: "pretty fancy", */
    top: 0, 
    left: 5 
  });
  
  
});
