.ImageListingContainer
{
	width: 205px;
}

.ImageListingCell
{
    height: 205px;
    width: 205px;
    text-align: center; 
    vertical-align: middle;
    border: solid 1px #CCCCCC;
}

.ImageListingSetCell
{
    height: 205px;
    width: 205px;
    text-align: center; 
    vertical-align: middle;
    background-image: url('../../Images/set_background.gif');
    background-repeat: no-repeat;
    padding-bottom: 10px;
    padding-right: 10px;
}

.ImageInformation
{
    height: 34px;
    width: 205px;
    text-align: left; 
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 15px;
}

.LightboxLink
{
    font-size: 14px;
    font-weight: bold;
    color: #dc4345;
}

.LightboxLink:visited
{
    font-size: 14px;
    font-weight: bold;
    color: #dc4345;
}

.LightboxLink:hover
{
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}

.DownloadLink
{
    font-size: 12px;
    font-weight: bold;
    color: #dc4345;
}

.DownloadLink:visited
{
    font-size: 12px;
    font-weight: bold;
    color: #dc4345;
}

.DownloadLink:hover
{
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}

.PhotoCount
{
    font-size: 11px; 
    color: #666666;
}

.ExclusiveLabelMain
{
    color: #FF9900;
    font-size: 15px;
    font-weight: bold;
}

.LightboxHeaderName
{
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.InThisLightboxHeader
{
    font-size: 14px;
}

.LightboxDetailLabelExclusive
{
    color: #FF9900;
    font-size: 16px;
}

.LightboxObjectName
{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.LightboxSpecialInstructions
{
	font-size: 11px;
	color: #FF9900;	
}

.LightboxGridLink
{
	white-space: nowrap;
	font-size: 11px;
	color: #dc4345;
}

.LightboxGridLink:hover
{
	color: #666666;
}

.LightboxGridLink:visited
{
	color: #dc4345;
}

