$(document).ready ( function() {
	$('.page .content .portfolio .price_list li').each( function() {
	var pricetop = ($(this).height() - $(this).find('span.c1').height())/2-7;
	$(this).find('span.c1').css('top',pricetop);
	$(this).find('a.hr').css('top',pricetop);
	});

});

function SendVote (name, name2) { var str = $("#"+name2).serialize();  $("#"+name).html("<img style=\"width:66px; display:block; margin: 10px auto;\" src=\"/images/loading.gif\">"); $.post("/votes/voteAjax", str, function(data) { $("#"+name).html(data); }); }

