div.fotogallery-album-list {
    margin-top: 30px;
}

div.album-container {
    padding: 0px 20px;
}

div.fotogallery-album-list td.tp {
    padding-top: 20px;
}

div.fotogallery-album-list .rp {
    padding-right: 15px;
}

div.fotogallery-album-list td.button-left {
    background: #dcddde 50% 50% no-repeat url('images/arrow-left.gif');
    cursor: pointer;
}

div.fotogallery-album-list td.button-left-disabled {
    background: #dcddde 50% 50% no-repeat url('images/arrow-left-disabled.gif');
    cursor: pointer;
}

div.fotogallery-album-list td.button-right {
    background: #dcddde 50% 50% no-repeat url('images/arrow-right.gif');
    cursor: pointer;
}

div.fotogallery-album-list td.button-right-disabled {
    background: #dcddde 50% 50% no-repeat url('images/arrow-right-disabled.gif');
    cursor: pointer;
}

div.fotogallery-album-list div.navigation-block {
    padding-top: 30px;
}

div.fotogallery-album-list div.album-item {
    padding-left: 110px;
    font-size: 11px;
}

div.fotogallery-album-list div.album-item div.picture{
    margin-left: -110px;
    width: 100px;
    float: left;
    height: 80px;
    background-position: 0% 0%;
    background-repeat: no-repeat;
}

div.fotogallery-album-list div.fotogallery-border{
    width: 100px;
    height: 80px;
    background: 0% 0% no-repeat url('images/fotogallery-border.png');
}

div.fotogallery-album-list div.picture a{
    display: block;
    width: 100px;
    height: 80px;
    text-decoration: none;
}

div.fotogallery-album-list div.album-name{
    padding-bottom: 0px;
}

div.fotogallery-album-list span.underline-black {
    color: #000000;
    text-decoration: underline;
}
