.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

/* Galleria styles for St Martins customization */
#property_gallery_main_image
{
    font-size:0;
    line-height:0;
}

.galleria_container
{
    background-color:#DFD7C0; 
}

.galleria_container span.caption
{
    display:none;
    font-size:0;
    line-height:0;
}

.galleria_wrapper
{
    padding:10px;    
}

.galleria_wrapper img
{
    padding:0;
    margin:0;    
}

#property_gallery_nav
{
    background-color:#DFD7C0;   
    width:426px;
    padding:0 10px 10px 10px;
}

.property_gallery_list_wrapper
{
    float:left;
    width:402px;
    height:45px;
    overflow:hidden;
    position:relative;
    z-index:2;
}

.galleria
{
    float:left;
    width:9999px;
    overflow:hidden;
    z-index:1;
    position:relative;  
    left:0;  
}

.galleria li
{
    width:54px;
    height:37px;
    padding:0px 10px 8px 3px;    
    margin:0 0px 0 0;
}

.galleria li.last
{
    margin-right:0;
}

.galleria li img
{
    border:4px solid transparent;
}

.galleria li img.hover
{
    border:4px solid #8b9b98;
}

.galleria li.active img, .galleria li.active img.hover
{
    border:4px solid #375f70;
}

.property_gallery_nav_link, .property_gallery_nav_link:hover
{
    display:block;
    float:left;
    width:12px;
    height:37px;
    background-repeat:no-repeat;
    background-position:top left;
    font-size:0;
    line-height:0;
    border:none;
    margin-top:4px;
}

#property_gallery_prev
{
    background-image:url(/images/gallery_nav_link_prev.gif);
}

#property_gallery_next
{
    background-image:url(/images/gallery_nav_link_next.gif);
}


