

jQuery(document).ready(function(){
         jQuery('.finesse_self_adjusting_bottles a,.productCleanSimpleImage a, #content ul.sf-menu,.page-id-2 .productSelfAdjust h3 a,.pr-sidebar a,#headerLocator a,.vcard a,#productArt a').hover(function(){
		         jQuery(this).stop().animate({'opacity' : '.85'}, 500);
		 }, function(){jQuery(this).stop().animate({'opacity' : '.99'}, 500);});
});

jQuery(document).ready(function(){
         jQuery('.productCleanSimple a,.page-id-57 .entry-content a,.page-id-59 .entry-content a,#about-sensitive-skin a,#our-ingredients a,#post-4 a,#logo h1 a,#importantInformation img,.productCleanSimple h3 a,#headerSponsor a,#portal ul li a').hover(function(){
		         jQuery(this).stop().animate({'opacity' : '.60'}, 500);
		 }, function(){jQuery(this).stop().animate({'opacity' : '1'}, 500);});
});



jQuery(document).ready(function(){
         jQuery('ul.selfAdjustingMenu li a').hover(function(){
		         jQuery(this).stop().animate({'opacity' : '.5'}, 500);
		 }, function(){jQuery(this).stop().animate({'opacity' : '1'}, 500);});
});


