/* 
    Created on : 06-Jan-2016, 17:51:57
    Author     : geoff
*/
#gallery-content
{
    max-width: 880px;
    margin: 2vw auto 1vw auto;
}
/*Styles for the Gallery Index page*/
.gallery-index-thumbs
{
    position: relative;
    display: flex;
}
/*Styles for the main Gallery page*/
/*The main panel*/
#gallery-main
{
    position: relative;
}
/*Picture navigation*/
#gallery-navigation
{
    text-align: center;
    font-size: 0.8em;
    letter-spacing: 3px;
    color: #2A2A2A;
    margin-bottom: 10px;
}
#gallery-picture-previous, #gallery-picture-next
{
    cursor: pointer;
}
#gallery-navigation .disabled
{
    cursor: auto;
    color: #C1C1C1;
}
/*The gallery pictures*/
#gallery-picture
{
    margin: 0 auto;
    max-width: 800px;
    overflow: hidden;
}
#picture-set
{
    width: 60000px;
    left: -800px;
    position: relative;
}
.picture-frame
{
    text-align: center;
    width: 800px;
    overflow: hidden;
    float: left;
}
.image-wrapper
{
    margin: 0 auto;
}
.inner-image-wrapper
{
    margin: 0 10px;
}
.responsive-container
{
    background-color: #3E3E3F;
    display: block;
    width: 100%;
    position: relative;
}
.responsive-container IMG
{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
}
.picture-details H3
{
    font-size: 0.8em;
    font-weight: normal;
    margin: 6px 0 0 14px;
    color: #000000
}
.picture-info
{
    margin-left: 10px;
}
.picture-details H4
{
    font-size: 0.7em;
    font-weight: normal;
    color: #BBBBBB;
    margin: 4px 0 0 14px;
}
@media only screen and (max-width: 600px)
{
    .picture-title
    {
        display: block;
    }
    .picture-info
    {
        display: block;
    }
}
