#mask {
    background: url("/tools/img/expose/mask_gradient_1800.png") no-repeat scroll 50% -200px #112233;
}
.items {
    clear: both;
    position: absolute;
    width: 20000em;
}
.navi {
    background:url("hori_large.png") no-repeat;
    float: left;
    height: 30px;
    margin-top: 55px;
    width: 30px;
}
.navi:hover {
    background-position: -30px 0;
}
.navi:active {
    background-position: -60px 0;
}
.next {
    background-position: 0 -30px;
    clear: right;
}
.next:hover {
    background-position: -30px -30px;
}
.next:active {
    background-position: -60px -30px;
}
.navi.disabled {
    visibility: hidden;
}
#thumbnails {
    float: left;
    height: 200px;
    overflow: hidden;
    position: relative;
    /*width: 595px;*/
    width: 567px;
}
#thumbnails .items div {
    float: left;
    padding: 5px;
}
#box {
    background-image: url("black.png");
    display: none;
    height: 524px;
    position: absolute;
    width: 656px;
}
#box .close {
    cursor: pointer;
    height: 38px;
    left: 8px;
    position: absolute;
    text-decoration: none;
    top: 8px;
    width: 38px;
    z-index:100;
}
#images {
    height: 400px;
    margin: 50px;
    overflow: hidden;
    position: absolute;
    width: 557px;
}
#images .items div {
    float: left;
    height: 400px;
    margin-right: 30px;
    width: 557px;
}
#images .items .info {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    display: none;
    float: none;
    font-size: 13px;
    height: 125px;
    margin-top: -137px;
    padding: 5px 75px;
    width: 490px;
}
#images .items .info h3 {
    color: #CCDDEE;
    margin-top: 10px;
}
#box .navi {
    bottom: 33px;
    left: 50px;
    position: absolute;
}
#box .next {
    left: 580px;
}
