
/* COLORS*/
.module_foto .thumblist_row li {
    border-color: #EEE;
}

/* THE REST */
.module_foto {
    width: 500px;
}

.module_foto .gallery ul li {
    background: none !important;
}

.module_foto .gallery {
    width: 320px;
    margin: 0 auto;
}

.module_foto .gallery ul li ul {
    margin-bottom: 10px;
}

.module_foto .gallery ul li ul li {
    width: 300px;
    margin: 0 auto;
}

.module_foto .gallery ul li.twocolumns ul li {
    width: 48%;
}

.module_foto .gallery ul li.threecolumns ul li {
    width: 31.3%;
}

.module_foto .gallery ul li.fourcolumns ul li {
    width: 23%;
}

.module_foto .gallery ul li.fivecolumns ul li {
    width: 18%;
}

.module_foto .thumblist_row li {
    border-width: 1px 0 0;
    border-style: solid;
    margin-bottom: 5px;
    overflow: hidden;
    padding-top: 10px;
}

.module_foto .thumblist_row .thumblist_img {
    float: left;
    margin-right: 5px;
}

.module_foto .thumblist_row .thumblist_title {
    font-weight: bold;
}
