One can change the way albums are shown in the list of items.
Create a folder local under modules/rearrange/templates/. Then copy the file modules/rearrange/templates/Header.tpl to modules/rearrange/templates/local/Header.tpl.
Now you can edit the local version of the file which contains the stylesheet information of module rearrange.
Example: To change the frame color of albums to orange set it like this:
#gallery .rearrangeTable .riAlbum {
border-width: 2px 2px 2px 2px;
border-style: solid;
border-color: orange;