// Social Networking Share This

$(document).ready(function(){
	$('.socialList').hover(function() {$(this).children('.social').addClass('socialHover');		},function() {$(this).children('.social').removeClass('socialHover');});
});