/* Custom Theme */
#superbox-overlay {
    background: #e0e4cc;
}

#superbox-container .loading {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    text-indent: -9999px;
    background: url(styles/loader.gif) no-repeat 0 0;
}

#superbox .close a {
    float: right;
    padding: 0 5px;
    line-height: 20px;
    background: #333;
    cursor: pointer;
}

#superbox .close a span {
    color: #fff;
}

#superbox .nextprev a {
    float: left;
    margin-right: 5px;
    padding: 0 5px;
    line-height: 20px;
    background: #333;
    cursor: pointer;
    color: #fff;
}

#superbox .nextprev .disabled {
    background: #ccc;
    cursor: default;
}

#screenshots {
    width: 100%;
}

#screenshots td {
    text-align: center;
    padding-bottom: 30px;
}

#screenshots td img {
    border: 2px solid #fff;
    box-shadow: 0 2px 5px #555;
    -moz-box-shadow: 0 2px 5px #555;
    -webkit-box-shadow: 0 2px 5px #555;
}
