﻿.clear { clear: both; }

#imageListing a img,#relatedGalleries a img,#topLevelGalleries a img
{
    border:1px solid #fff;
}

#imageDisplay .innerContent span.caption
{
    font-weight:bold;
}

.otherGalleries
{
    margin:0;
    padding:0;
    list-style:none;
    clear: both;
}

.otherGalleries li
{
    float:left;
    margin-right:2px;
}

.otherGalleries li span
{
    width:117px;
    display:block;
    text-align:center;
    color:#cc0000;
    cursor:pointer;
}

.otherGalleries .spnRelGal
{
    text-align:left;
    margin:0px;
    color:#0A2972;
}
.otherGalleries ul
{
    margin:0;
    padding:0;
    list-style:none;
}

.otherGalleries ul li a
{
    color:#0099CC;
    font-weight:bold;
}

.otherGalleriesLite
{
    margin:0;
    padding:0;
    list-style:none;
}

.otherGalleriesLite li
{
    float:left;
    margin-right:2px;
}

.otherGalleriesLite li span
{
    width:117px;
    display:block;
    text-align:center;
    color:#cc0000;
    cursor:pointer;
}

#imageDisplayImage
{
    margin:0 0 10px 0;
    text-align:center;
}

.imageCaption
{
    font-size:1.1em;
    color:#cc0000;
    font-weight:bold;
    margin:0 0 2px 0;
    display:block;
    text-align:left;
}