$(document).ready(function() {
$.rollaHover();

$.rollaHover({
  imgDir: './wp-content/themes/joeandwill/images/',
  onFade: 'slow',
  outFade: 'fast',
  mainOpacity: "1",
  css: 'button'
  });
});