
.module_foto .gallery ul li ul, .module_foto .thumblist_row li {
    border-color: #EEE;
}

.module_foto .gallery ul li ul li{
    background:#DBE9E9;
    padding:1px;
    
}

.module_foto .items li div{
    background:#D0D0D0;
}

.module_foto .gallery ul li ul li:hover {
    background:#559796;
    padding:1px;
    
}

.module_foto .gallery ul li ul li a {
    text-decoration:none;
    font-weight:400;
    color:#000;
    font-size:92%;
}

.module_foto .gallery ul li ul li:hover a {
    color:#fff;
}

.nav {
    height:30px;
    background:#006362;
}

.gallery {
    display:block;
}

.module_foto .gallery ul li ul li div {
    padding:3px 0 3px 0;
}

.module_foto .nav a.nav_prev {
    display:block;
    position:static;
    width:100%;
    height:30px;
    background:url(../images/btn_previous.png) no-repeat 50% 50%;
    text-indent:-9999px; 
}

.module_foto .nav a.nav_next {
    display:block;
    position:static;
    width:100%;
    height:30px;
    background:url(../images/btn_next.png) no-repeat 50% 50%;
    text-indent:-9999px;  
}

.module_foto .gallery ul li ul {
    border-width: 1px 0 0;
    margin-bottom: 10px;
}

.module_foto .gallery ul li ul li {
    margin: 2% 1% 0;
}

body.ie7 .module_foto .gallery ul li ul li {
    margin: 2% 3px 0;
}

.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.single_item 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;
}


