#holderAlbume {
float:left;
width:945px;
border-left: 17px solid #fff;
border-top: 20px solid #fff;
border-bottom: 20px solid #fff;
}
#AlbumItem {
float:left;
width:189px;
height: 240px;
border-bottom: 20px solid #fff;
}
#ThumbItem  {
float:left;
width:188px;
border-left: 1px solid #333;
}

#TitleItem {
float:left;
width:170px;
height:40px;
padding: 0px 0px 10px 10px;
font: bold 12px Trebuchet MS, Arial;
color: #666666;
border-left: 1px solid #333;
}
html>body #TitleItem {
height:30px;
}

#PhotoViewBig {
float:left;
width: 500px;
height: 500px;
border-right: 20px solid #fff;
background-color: #666;
}

#PhotoMultiThumb {
float:left;
width: 420px;
}

#PhotoDesc1 {
font: bold 14px Trebuchet MS, Arial;
color: #fff;
padding: 0px 20px 0px 20px;
text-align:center;
border-bottom: 20px solid #666;
border-top: 20px solid #666;
}

#PhotoAlbumTitle {
float:left;
width: 420px;
font: bold 18px Trebuchet MS, Arial;
color: #666666;
padding: 10px 0px 10px 0px;
}

#PhotoThumb1 {
float:left;
width: 134px;
height: 134px;
background-color: #999;
border: 3px solid #fff;
}

#PhotoAlbumPaginatie {
float:left;
width: 420px;
text-align:center;
font: 11px Trebuchet MS, Arial;
color: #999;
padding: 15px 0px 0px 0px;
}

#PhotoAlbumPaginatie a{
color: #000;
text-decoration:none;
padding: 0px 10px 0px 10px;
}
#PhotoAlbumPaginatie a:hover{
color: #cc0000;
text-decoration:underline;
}