.collectie {
    text-align: center;
}
.collectie a img{
    margin: 2px;
    border: 0px;
}
#detailfoto * {
    margin: 0px;
    padding: 0px;
    background: #000;
    text-align: center;
    font-family:verdana,arial,tahoma;
    font-size: 10px;
}
#detailfoto h1{
    display: none;
}
#detailfoto p{
    display: none;
}
#detailfoto table{
    width: 640px;
    height: 500px;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
    border-collapse: collapse;
}
#detailfoto td.plaatje{
    width: 640px;
    height: 480px;
}
#detailfoto td.left, #detailfoto td.right{
    width: 140px;
}
#detailfoto td.center{
    padding: 0px;
}
#detailfoto a{
    color: #fff;
    text-decoration: none;
    height: 20px;
}
#detailfoto .left a, #detailfoto .right a{
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    width: 100px;
    padding-top: 3px;
}
#detailfoto .left a:hover, #detailfoto .right a:hover{
    background-color: #555;
}   
