.ss-images{ float: left; }
#more{
position:absolute;
right:15px;
top:379px;
width:95px;
height:22px;
/*background-image:url(/resources/images/more_info.gif);*/
/*background: none;*/
/*background-color: #FFF;*/
padding-top: 4px;
padding-left: 10px;
cursor:pointer;
}
#text{
position:absolute;
right:0px;
top:0px;
display:none;
}
#slideshow{
    display:none;
}

/* lightbox-container-div will get replaced with the lightbox - but its settings will govern the lightboxes dimensions */
.lightbox-container-div {
    display:none;
}
#lightbox-container-div-1 {
    width:350px;
    height:350px;
}

/* lightbox-div is the outermost div in the lightbox - use it to style everything else inside the lightbox */
.lightbox-div {
    padding:16px;
    font-size:11px;
    color: /*#996456*/;
}
.lightbox-div a{
    text-decoration: none;
    color: #996456;
}
#lightbox-div-1{

}


/* this is for the close button and text in the nyroModal lightbox */
a#closeBut {
        padding: 10px;
        position: absolute;
        display: block;
        top: -6px;
        right: -6px;
        width: 24px;
        height: 24px;
        /* uncomment below text-indent if you want to hide the text, i.e. 'close' */
/*        text-indent: -9999em;*/
        text-indent: -3.5em;
        background: url(/resources/images/interface/nyro/close.png) no-repeat top right;
        outline: 0;
        color: black;
        text-decoration: none;
        text-transform: lowercase;
        font-weight: bold;
        font-size:12px;
        padding-top:12px;
        z-index: 5000;
}

