$(document).ready(function () {
    $('p.cta-button a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function () {
          $(this).stop()
          .animate({
              'opacity': 0
          }, 150);
      },
	  function () {
	      $(this).stop()
          .animate({
              'opacity': 1
          }, 150);
	  }
	);
});

$(document).ready(function () {
    $('p.cta-button1 a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function () {
          $(this).stop()
          .animate({
              'opacity': 0
          }, 150);
      },
	  function () {
	      $(this).stop()
          .animate({
              'opacity': 1
          }, 150);
	  }
	);
});

  $(document).ready(function () {
      $('p.cta-button2 a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function () {
          $(this).stop()
          .animate({
              'opacity': 0
          }, 150);
      },
	  function () {
	      $(this).stop()
          .animate({
              'opacity': 1
          }, 150);
	  }
	);
  });

  $(document).ready(function () {
      $('p.cta-button3 a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function () {
          $(this).stop()
          .animate({
              'opacity': 0
          }, 150);
      },
	  function () {
	      $(this).stop()
          .animate({
              'opacity': 1
          }, 150);
	  }
	);
  });

  $(document).ready(function () {
      $('p.cta-button4 a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function () {
          $(this).stop()
          .animate({
              'opacity': 0
          }, 150);
      },
	  function () {
	      $(this).stop()
          .animate({
              'opacity': 1
          }, 150);
	  }
	);
  });
  $(document).ready(function () {
      $('p.cta-buttonab1 a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function () {
          $(this).stop()
          .animate({
              'opacity': 0
          }, 150);
      },
	  function () {
	      $(this).stop()
          .animate({
              'opacity': 1
          }, 150);
	  }
	);
  });
  $(document).ready(function () {
      $('p.cta-buttonglol a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function () {
          $(this).stop()
          .animate({
              'opacity': 0
          }, 150);
      },
	  function () {
	      $(this).stop()
          .animate({
              'opacity': 1
          }, 150);
	  }
	);
  });
  $(document).ready(function () {
      $('p.cta-btncuru a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function () {
          $(this).stop()
          .animate({
              'opacity': 0
          }, 150);
      },
	  function () {
	      $(this).stop()
          .animate({
              'opacity': 1
          }, 150);
	  }
	);
  });
  $(document).ready(function () {
      $('p.cta-btnprcur a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function () {
          $(this).stop()
          .animate({
              'opacity': 0
          }, 150);
      },
	  function () {
	      $(this).stop()
          .animate({
              'opacity': 1
          }, 150);
	  }
	);
  });
  $(document).ready(function () {
      $('p.cta-btcontcur a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function () {
          $(this).stop()
          .animate({
              'opacity': 0
          }, 150);
      },
	  function () {
	      $(this).stop()
          .animate({
              'opacity': 1
          }, 150);
	  }
	);
  });
