// custom JP file
$(function () {
   $('.home #mainContent h1').corner('top');
   $('.home div.button').hover(
      function () {
         $(this).toggleClass("hover");
      },
      function () {
         $(this).toggleClass("hover");
      }
   );
   $('.eCard #backgrounds').corner().find('ul.tabs li').corner('top 8px keep');
   $('.eCard #backgrounds a.prev').text('').append('<img src="' + skinResourcePath + '/images/bg_pager_prev.gif" alt="Previous" width="17" height="17" />');
   $('.eCard #backgrounds a.next').text('').append('<img src="' + skinResourcePath + '/images/bg_pager_next.gif" alt="Next" width="17" height="17" />');
   $('.modal').find('> *').wrapAll('<div class="inner"></div>').parent('div').corner('top 12px').find('.branding').corner('top 6px');

   sizeButtons($('body'));
   $('.buttons span.primary').corner('6px');
   $('.bigButton').corner('5px');
});