#sidebar {
    position: fixed;
    bottom: 38px;
    left: 0;
    top: 120px;
    width: 170px;
    background-color: #0f0f0f;
    font-family: Helvetica;
}
#sidebar .content {
    height: 100%;
    padding: 0%;
    font-size: 11px;
}
#sidebar .details {
    line-height: 28px;
    font-size: 9px;
    font-family: florenceSans;
    text-transform: uppercase;
    letter-spacing:3px;
}
#sidebar .barheading {
    text-align: center;
    font-size: 105px;
    font-family: kenzo;
}
#sidebar .imagelinks {
    width: 170px;
    height: 25%;
}
#sidebar .imagebox {
    display: block;
    width: 170px;
    height: 25%;
    background-image: url("/imagelinks1xb.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-indent: -9999px;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}
#sidebar .imagebox:hover {
    background-image: url("/imagelinks0xbNL.jpg");

}
#sidebar .imagebox2 {
    display: block;
    width: 170px;
    height: 25%;
    background-image: url("/imagelinks2xb.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-indent: -9999px;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}
#sidebar .imagebox2:hover {
    background-image: url("/imagelinks2xbNL.jpg");

}
#sidebar .imagebox3 {
    display: block;
    width: 170px;
    height: 25%;
    background-image: url("/imagelinks3xb.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-indent: -9999px;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}
#sidebar .imagebox3:hover {
    background-image: url("/imagelinks3xbNL.jpg");

}
#sidebar .imagebox4 {
    display: block;
    width: 170px;
    height: 25%;
    background-image: url("/imagelinks4xb.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-indent: -9999px;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}
#sidebar .imagebox4:hover {
    background-image: url("/imagelinks4xbNL.jpg");
}


