$(document).ready(function(){
  $('div.btn_malaysia a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 300);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 300);
	  }
	);
});

$(document).ready(function(){
  $('div.btn_singapore a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 300);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 300);
	  }
	);
});

$(document).ready(function(){
  $('div.btn_thailand a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 300);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 300);
	  }
	);
});

$(document).ready(function(){
  $('div.btn_brunei a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 300);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 300);
	  }
	);
});

$(document).ready(function(){
  $('div.btn_vietnam a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 300);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 300);
	  }
	);
});

$(document).ready(function(){
  $('div.btn_myanmar a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 300);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 300);
	  }
	);
});

$(document).ready(function(){
  $('div.btn_cambodia a')
    .css({ 'backgroundPosition': '0 0' })
	.hover(
      function(){
        $(this).stop()
          .animate({
            'opacity': 0
          }, 300);
	  },
	  function(){
        $(this).stop()
          .animate({
            'opacity': 1
          }, 300);
	  }
	);
});
