.mask {
    background-color: #000;
    -moz-opacity: 0.75;
    opacity: .75;
    filter: alpha(opacity=75);
}

.photobox {
    border: 3px solid #666;
    overflow: visible;
    background-color: #333;
    padding: 5px;
}

.photobox .container-close {
    top: 8px;
    right: 8px;
    height: 15px;
    width: 18px;
}

.photobox .container-close.nonsecure {
    background-image: url(/yui/container/assets/img/ybox-close.gif);
}

.photobox .container-close.secure {
    background-image: url(/yui/container/assets/img/ybox-close.gif);
}

.photobox .hd {
    font-family: georgia, times new roman, times, serif;
    font-weight: normal;
    border: none;
    border-bottom: 1px solid #666;
    background: transparent;
    color: #FFF;
    height: 18px;
    text-align: left;
    overflow: visible;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 250px;
}

.photobox .hd span {
    vertical-align: middle;
    line-height: 15px;
}

.photobox .bd {
    padding: 0;
}

.photobox .bd img {
    border: none;
}

.photobox .ft {
    height: 16px;
    width: 250px;
    padding: 5px 0;
    position: relative;
}

.photobox .ft .back {
    position: absolute;
    left: 1px;
}

.photobox .ft .back img, .photobox .ft .next img {
    border: none;
}

.photobox .ft .next {
    position: absolute;
    right: 1px;
}