/*
Cascading Style Sheet (css)

Website          : Webwerkers CMS Website
Sectie           : Diversen
Versie           : V1.0
Auteur(s)        : Eric Schalker (eric /[at]/ webwerkers.nl)
Bedrijf          : Webwerkers
Gemaakt op       : 03-05-2010
Laatst gewijzigd : 05-05-2010

OVER & Note      : Stylesheet speciaal voor fotoalbum
*/

.fotoalbum{
    padding-bottom:20px;
    padding-left:20px;
    width:100%;
    margin-top:20px;
}

.fotoalbum .image_links{
    width:450px;
    padding-bottom: 20px;
}

.fotoalbum .foto{
    float: left;
    padding: 10px;
}

.fotoalbum li{
    padding: 5px;
}

.fotoalbum li a{
    font-size: 12px;
    color: #B407AE;
    text-decoration: none;
    
}

.fotoalbum li a:hover{

    color: #000;

    
}
