$(document).ready(function(){
	$('.share_span').each(function(){
		var position = $(this).position();
		$(this).parent().find('ul.social_share').css('margin-left', $(this).width() + position.left - 30);
	});
});
