/*
    Screenshot management
*/


#photo_banner {
    background-color: #E5E5E5;
    padding: 5px;
    padding-left: 140px;
    height: 80px;
    width: 880px;
/*    background: -webkit-gradient(linear, left top, left bottom, from(#C3DFEF), to(#88B5CE));
    background: -moz-linear-gradient(-90deg, #C3DFEF, #88B5CE);
*/  
/*    background: -moz-linear-gradient(-90deg, #272D3B, #3C485C 20%);
    background: -webkit-gradient(linear, left top, left 20%, from(#272D3B), to(#3C485C));
*/  
    background: url('/wp-content/themes/ArchipelWPTemplate/img/dark-bg.png');
    border-top: 1px solid #A1A1A1;
    text-align: center;
    margin-bottom: -3px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

#photo_banner .imgBox {
    height: 75px;
    margin: auto;
    margin-right: 10px;
    width: 95px;
    text-align: center;
    display: inline;
    float: left;
    margin-top: 10px;
}

#photo_banner .imgBox:hover {
    color: #5c88cc;
}

#photo_banner .imgBox img {
    height: 65px;
    -webkit-transition: 0.2s ease-in-out;
}
#photo_banner .imgBox img:hover {
    -webkit-transform: scale(1.2);
}


#photo_banner .imgBox span {
    font-size: 10px;
    text-align: center;
}

