ul#image_list {
    margin-left: -8px;
}

ul#image_list li {
    position: relative;
    background-color: #fff;
    width:  170px;
    height: 200px;
    float:  left;
    margin-left: 8px;
}

* html ul#image_list li, *+ul#image_list li {
    margin-left: 6px;    
}

ul#image_list .image {
    position: absolute;
    width: 100%; 
    text-align: center;
    bottom: 20px;
    background-color: #fff;
    margin-bottom: 5px; 
}

ul#image_list .image img {
    
}

ul#image_list .image_action {
    position: absolute;
    width: 140px;
    bottom: 0;
    padding: 1px 0 1px 30px;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

ul#image_list .image_action a.request-link {
    text-decoration: underline;
}

#syndication .subnavigation, #art-to-buy .subnavigation {
    width: 186px;
    float: left;
}

#syndication h2.photographers, #art-to-buy h2.photographers {
    margin-top: 50px;
}

#syndication .lila_subcategories, #art-to-buy .lila_subcategories {
    width: 110px;
    float: left;
}

#syndication .lila_subcategories li, 
#art-to-buy .lila_subcategories li {
    margin-bottom: 9px;
}

#syndication .lila_subcategories li a, 
#art-to-buy .lila_subcategories li a {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    /*color: #391263;*/
    color: #645c4f;
    font-size: 12px;
    background-color: #e0dcd5;
    display: block;
}

#syndication #left .lila_subcategories {
    width: 100px;
}

#syndication #left .subnavigation {
    width: 175px;
}

#syndication .lila_subcategories li a:hover,  
#art-to-buy .lila_subcategories li a:hover,
#syndication .lila_subcategories li.active a, 
#art-to-buy .lila_subcategories li.active a {
    background-color: #645c4f;
    color: #fff;
}

#syndication h2, #art-to-buy h2 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 15px;
    color: #645c4f;
}


#syndication #page_navigation, 
#art-to-buy #page_navigation {
    margin-bottom: 10px;
    float: right;
}

/* Artists */

.gallery-overview li ul li {
    width: auto;
    margin-right: 5px;
    float: left;
}

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

.gallery-overview li {
    position: relative;
}

.gallery-overview .gallery-mask a {
    position: absolute;
    height: 80px; 
    width: 100%;
    background: url('../images/gallery_mask.png') top left repeat-x;
    z-index: 1000;  
    clear: both;          
}

* html .gallery-overview .gallery-mask a, *+html .gallery-overview .gallery-mask a {
    margin-top: 15px;
}

* html .gallery-overview .gallery-mask a {
    margin-top: 20px;
    background: url('../images/gif_transparent.gif') top left repeat;    
}

.gallery-overview .gallery-mask a:hover {
    background: url('../images/gif_transparent.gif') top left repeat;
}

.gallery-image {
    text-align: right; 
    margin-bottom: 10px;
}

.gallery-image img {
    margin-bottom: 10px;
}