Customize the background color of the overlay.

  $(function() {

      $('#container').sliphover({
          backgroundColor: '#f14'
      });

  })