I now see the problem with your gallery in IE9 (though your gallery displayed OK in IE9 when I last checked it).
I notice that currently, the source of your page begins with the following:
<?php include("fotos/password_protecthorsbol.php"); ?><!DOCTYPE html>
<html lang="en">There is a PHP include which is not being processed (due to the page not having a .php file extension) and the Doctype Declaration should be at the very top of the HTML document.
Remove the following code from your page and your gallery should display as expected in IE9.
<?php include("fotos/password_protecthorsbol.php"); ?>