$(document).ready(function() {

   $("input.search-box-input").wrap("<div class='search-box-input-wrap'></div>");
   $('a.thick').lightBox();
   $('ul.sf-menu').superfish();

   $('ul.sf-menu li').ahover({toggleEffect: 'width', moveSpeed: 100, hoverEffect: function() {
   $(this)
      .css({opacity: 0.99})
      .animate({opacity: 0.87}, 750)
      .animate({opacity: 0.99}, 750)
      .dequeue();
		
    $(this).queue(arguments.callee);
   }});
  $('div, table').pngFix( );

});
