div.galerie
{
float: center;
margin: 5px;
margin-top: 40px;
}
ul
{
list-style-type: none;
}
li
{
float: center;
display: inline;
}
img.mic
{
margin: 5px;
width: 60px;
height: 60px;
opacity: 0.4;
filter: alpha(opacity=40);
cursor: pointer;
}
img.mare
{
max-width: 700px;
max-height: 500px;
opacity: 1;
filter: alpha(opacity=100);
cursor: pointer;
}

div.informatie
{
color: white;
margin: 0px;
margin-bottom: 5px;

font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 0.8em;
text-align: center;
text-decoration: none;
}
