Hi,
A quick solution, limit the height of the thumbs container:
.item-photos .thumbs {
float: right;
width: 79px;
height: 413px;
overflow: hidden;
}
In blue, current rules (main.css). This won't show all thumbs, but you have Fancybox to see all pictures.
Regards