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

    );
	
	
	  $('p.payment_btn a')
    .css({  'backgroundPosition': '0 0' })
    .hover(
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 0
          }, 300);
      },
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 1
          }, 300);
      }

    );
	
	
	  $('p.approval_btn a')
    .css({  'backgroundPosition': '0 0' })
    .hover(
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 0
          }, 300);
      },
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 1
          }, 300);
      }
    );
	
	
	
	
	  $('p.consignmnet_btn a')
    .css({  'backgroundPosition': '0 0' })
    .hover(
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 0
          }, 300);
      },
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 1
          }, 300);
      }
    );
	
	
		  $('p.home_btn_navi a')
    .css({  'backgroundPosition': '0 0' })
    .hover(
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 0
          }, 300);
      },
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 1
          }, 300);
      }
    );
	
	
			  $('p.collision_btn_navi a')
    .css({  'backgroundPosition': '0 0' })
    .hover(
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 0
          }, 300);
      },
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 1
          }, 300);
      }
    );
	
			  $('p.towing_btn_navi a')
    .css({  'backgroundPosition': '0 0' })
    .hover(
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 0
          }, 300);
      },
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 1
          }, 300);
      }
    );
	
			  $('p.about_btn_navi a')
    .css({  'backgroundPosition': '0 0' })
    .hover(
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 0
          }, 300);
      },
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 1
          }, 300);
      }
    );
	
			  $('p.service_btn_navi a')
    .css({  'backgroundPosition': '0 0' })
    .hover(
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 0
          }, 300);
      },
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 1
          }, 300);
      }
    );
	
			  $('p.usedcars_btn_navi a')
    .css({  'backgroundPosition': '0 0' })
    .hover(
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 0
          }, 300);
      },
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 1
          }, 300);
      }
    );
	
	
		
			  $('p.testimonials_btn_navi a')
    .css({  'backgroundPosition': '0 0' })
    .hover(
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 0
          }, 300);
      },
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 1
          }, 300);
      }
    );
	
			  $('p.service_btn_home a')
    .css({  'backgroundPosition': '0 0' })
    .hover(
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 0
          }, 300);
      },
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 1
          }, 300);
      }
    );
	
				  $('p.collision_btn_home a')
    .css({  'backgroundPosition': '0 0' })
    .hover(
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 0
          }, 300);
      },
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 1
          }, 300);
      }
    );
	
				  $('p.towing_btn_home a')
    .css({  'backgroundPosition': '0 0' })
    .hover(
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 0
          }, 300);
      },
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 1
          }, 300);
      }
    );
	
				  $('p.usedcars_btn_home a')
    .css({  'backgroundPosition': '0 0' })
    .hover(
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 0
          }, 300);
      },
      function(){
        $(this)
          .stop()
          .animate({
            'opacity': 1
          }, 300);
      }
    );
	
	
});
