.Nicebox {
    position: absolute;
    width: 580px;
    margin: 95px 0 20px -275px;
    z-index: 50;
    background: url('/images/overlay.bg.png');
    left: 50%;
}

    .NiceboxContents {
        margin: 10px;
        overflow: hidden;
        background: #000;
    }
    
        .NiceboxTitle {
            background: #000;
            overflow: auto;
            height: 30px;
        }
        
        .NiceboxTitle .NiceClose{
            float: right;
            margin-top: 6px;
            margin-right: 10px;
            cursor: pointer;
        }
        
        .NiceboxCaption {
            float: left;
            margin-left: 10px;
            font-family: Trebuchet MS;
            font-variant: small-caps;
            text-transform: lowercase;
            letter-spacing: 1px;
            color: #FFF;
            padding: 5px;
            font-size: 12px;
        }
        
        .NiceboxNext, .NiceboxPrevious {
            position: absolute;
            margin-top: 280px;
            border: 0;
            cursor: pointer;
        }
        
        .NiceboxNext {
            margin-left: 480px;
        }
        
        .NiceboxImage {
            background: #FFF;
            text-align: center;
            overflow: auto;
        }