$(document).ready(function(){
  $('a[rel^=lightbox]').colorbox({maxWidth:'98%',maxHeight:'98%'})

  $('#menu-top ul.sf-menu').superfish({
    pathClass:'current',
    autoArrows:false
  });


  $('#random-products ul.slider').slider({items:2, timer:3000, continuous:false, autoMove:false});
});

