/*Galleries*/
i {
    font-style: italic;
    color: gray;
}
.inline{
    display: inline;
}
.imgdesc{
    height:20px;
    text-align: center;
    vertical-align: center;
}
.imgspan{
    margin-left: 15px;
}
.bigtitle{
    margin-left: 5px;
    margin-right: 5px;
    opacity: 0.8;
    font-family: Helvetica;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: gray;
    /*
    writing-mode: vertical-lr;
    text-orientation: sideways;
     */
}
.fgtitle{
    position : fixed;
    top:0;
    left:0;
    z-index:10;
}
.menuleft {
    position:absolute;
    top:0px;
    left:0px;
    width:5px;
    height:90%;
    z-index:2;
    overflow:hidden;
    color:white;
    background-color:#111;"
}
