Hi Dino,
You can do all of this by modifying your templates.
I don't like the way the breadcrumbs are looking, so I'll see if I can fix that up somehow...

(That's in album_header.tml.)
The rest is in album_footer.tml. Ratings are here:
<td class="ratings">
<p class="ratings">####RATINGS####</p>
</td>And fullscreen etc is here:
<tr>
<td class="sizes">
<p class="sizes">####SIZES####</p>
</td>
<td class="sizes">
<p class="fullscreen">####FULLSCREEN####</p>
</td>
</tr>Just delete the above block to get rid of those options. For the ratings, that may take some trial and error with the tables...