﻿body {
    font-family: 'Federo', sans-serif;
}


a:link {color:#FFFFFF;}      /* unvisited link */
a:visited {color:#FFFFFF;}  /* visited link */
a:hover {color:#FFFFFF;}  /* mouse over link */
a:active {color:#FFFFFF;}  /* selected link */



a.black:link {color:#000000;}      /* unvisited link */
a.black:visited {color:#000000;}  /* visited link */
a.black:hover {color:#000000;}  /* mouse over link */
a.black:active {color:#000000;}  /* selected link */
.round {
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.gallery-div
{
    position: relative;
    width: 230px;
    height:224px;
    max-height:224px;
    overflow:hidden;
    margin-bottom: 8px;
}
.gallery-div-small
{
    position: relative;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px;
    height:150px;
    overflow:hidden;

}
.gallery-labels-small
{
    position: absolute;
    height: 75px;
    width: 150px;
    top: 80px;
    left: 0px;
    background-color: rgba(255, 255, 255, .7);
    text-align: center;
}

.gallery-labels
{
    position: absolute;
    height: 75px;
    width: 230px;
    top: 150px;
    left: 0px;
    background-color: rgba(255, 255, 255, .7);
    padding-left: 6px;
}

.gallery-header
{
    margin-top: 3px; 
    margin-bottom: 3px;
}
.gallery-link
{
    float:right; 
    margin-right: 10px;
}

.gallery-name
{
    text-align:left; 
    padding-left: 5px;
    margin-top: -10px;
}



