/* JR Photo Gallery */

.PhotoSetThumbnail
{
   border: solid 5px #696969;
}

.PhotoSetTitle
{
    display: block;
    font-size: 120%;
    margin-left: 5%;
    margin-top: 10px;
    margin-bottom: 10px;    
}

.PhotoSetThumbTitle
{
    font-size: 140%;
    margin-left : 10px;
    margin-bottom : 5px;
}

.PhotoSetThumbTitle A
{
	font-size: 100%;
	text-decoration: none;
	color: White;
}

.PhotoSet
{
    margin-left: 37px;
}

.PhotoSetThumbContainer
{
    display: block;
    margin-bottom: 10px;
    margin-left: 37px;
}

.FloatingPhotoViewContainer
{
    width: 510px;
    top: 120px; 
    height: 510px;
    position: fixed;
    text-align: center;
    margin-left: 215px;
}

.PhotoViewContainer
{
    margin-top: 20px;
    margin-bottom: 15px;
}

.PhotoTitle, .PhotoTitleLarge
{
    display: block;
    text-align: center;
}

.PhotoTitleLarge
{
    font-size: 120%;

}

.PhotoInfo
{
    font-size: 90%;
    color: Gray;
    width: 500px;   
}

.PhotoInfoTags
{
    text-align: left;
}

.PhotoInfoTag
{
    font-size: 80%;
    color:Red;
}


IMG.PhotoFrame
{
    border-right: #696969 5px solid;
    border-top: #696969 5px solid;
    border-left: #696969 5px solid;
    border-bottom: #696969 5px solid;
}

IMG.PhotoFrameLarge
{
    border-right: #696969 12px solid;
    border-top: #696969 12px solid;
    margin: 10px;
    border-left: #696969 12px solid;
    border-bottom: #696969 12px solid;
}