html, body {
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}

.thumbWrapper {
    position: absolute;
    height: 100%;
    width: 960px;
    left: 50%;
    top: 0px;
    /*top: 50%;*/
    /*margin-top: -350px;*/
    margin-left: -480px;
}

.wrapper {
    position: absolute;
    height: 700px;
    width: 960px;
    left: 50%;
    top: 0px;
    /*top: 50%;*/
    /*margin-top: -350px;*/
    margin-left: -480px;
}

#viewContainer {
    position: absolute;
    bottom: 0px;
    top: 100px;
    width: 100%;
}

#viewContainer.details {
    overflow: hidden;
}

header {
    position: fixed;
    width: 960px;
    display: block;
    height: 100px;
    background: url(img/header.png) no-repeat;
    z-index: 100;
}

.logo {
    position: absolute;
    height: 90px;
    width: 160px;
    background: grey;
    right: 5px;
    top: 5px;
    background: url(img/logo2.png) no-repeat;
    background-size: contain;
    background-position: right;
    z-index: 103;
}

.menu {
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 100%;
    font-family: Helvetica;
    font-size: 14px;
    line-height: 22px;
    background: rgba(0,0,0,0.5);
}

.menuItem {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-left: 20px;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
}

.menuItem:hover {
    text-shadow: red 0.1em 0.1em 0.2em
}

.imageWrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0,0,0,0.9);
    display: none;
    z-index: 101;
    text-align: center;
}

.imageWrapper.shown {
    display: block;
}

.imageContainer {
    position: absolute;
    left: 40px;
    top: 75px;
    right: 40px;
    bottom: 30px;
}

.numbers {
    position: absolute;
    bottom: 5px;
    right: 50px;
    color: lightgrey;
    line-height: 26px;
    font-size: 26px;
    font-family: Helvetica;
}

.previous {
    position: absolute;
    cursor: pointer;
    left: 30px;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    line-height: 32px;
    background: rgba(0,0,0,0.6);
    font-size: 40px;
    text-align: center;
    color: lightgrey;
    width: 50px;
}

.next {
    position: absolute;
    cursor: pointer;
    right: 30px;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    line-height: 32px;
    background: rgba(0,0,0,0.6);
    font-size: 40px;
    text-align: center;
    color: lightgrey;
    width: 50px;
}

.hidden {
    display: none;
}

.thumbContainer {
    position: absolute;
    right: 10px;
    top: 20px;
    bottom: 20px;
    left: 30px;
}

.thumbContainer .thumb {
    float: left;
    height: 140px;
    width: 200px;
    margin-right: 30px;
    margin-bottom: 20px;
    box-shadow: grey 2px 2px 5px 0px;
    -moz-box-shadow: grey 2px 2px 5px 0px;
    cursor: pointer;
}

.jtimage {
    background: url(img/jt.jpg) no-repeat;
    background-position: center center;
    width:100%;
    height:100%;
}