Ok, finally got it installed. If you want to prevent the hidden rank images from appearing behind the Quote/Report buttons or just to keep it from changing the dimensions of a post add this bit of code to the post_tags.css
.posttags
{
float: right;
font-size: 11px;
}
.posttags span.postbit_tagbit
{
margin-right: 5px;
}
.posttags_vote
{
float: right;
visibility: hidden;
}
.posttags img,
.posttags_vote img
{
vertical-align: bottom;
}
.post_content:hover .posttags_vote
{
display: block;
visibility: visible;
border:0px;
}
One question though, is there any way to disable to message about "Thank's for voting on users post" message when you actually rank a post? Much like how it's used here would be ideal

On a side note, are rankings stored by IP address in the db? Reason I asked is because me and my fiance moderate our forums and I was showing her the new system and everything said "Rated!" for her even though she didn't rank any posts lol. Is there a way around this by chance?
Also, when I go into AdminCP > Plugins I get the error:
/inc/network/languages/english/admin/DisablePortal_plugin_admin.lang.php does not exist
However I cannot locate a DisablePortal_plugin_admin.lang.php in the package anywhere.