$(document).ready(function() {

    /*$('.slideshow').cycle({
      fx: 'fade'
    });*/
    
    
    $('.products_list a img').tooltip({
      showURL: false
    });
    
    $('.products_header').click(function() {
      $(this).next().children().children().toggle('fast', function() {
        //$('.products_header a').css("color","red");
      });
    });
    
    $('.products_list a').lightBox();
    
    $('p#rooter').cycle({
      fx: 'fade'
    });
    
  
    
});
