/* ---------------PHOTOSBOX-------------------------------------------------- */
.mask {
    background-color: #000;
    -moz-opacity: 0.75;
    opacity: .75;
    filter: alpha(opacity=75);
}
.photobox {
    overflow: visible;
    background-color: #e7e6eb;
    padding: 5px;
}
.photobox .close {
    top: 8px;
    right: 8px;
    height: 15px;
    width: 18px;
}
.yui-panel .container-close {
    width: 15px;
    height: 15px;
    top: 10px;
    right: 10px;
    background: url(/files/at/photobox/close.jpg) no-repeat 0px 0px;
}
.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;
}
.photobox .hd span { vertical-align: middle; line-height: 15px; }
.photobox .bd  { padding: 0; text-align: center; }
.photobox .bd img { border: none; }

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

.photobox .ft {
    height: 24px;
    text-align: center;
    margin: 0px -5px;
    padding-top: 9px;
    background: #fff;
}
.photobox .ft a {
    color: #029f02;
}
.photobox .ft a span {
    text-decoration: underline;
}
.photobox .bigButtons {
    position: absolute;
    background: #fff;
    top: 32px;
    cursor: pointer;
    display: block;
}
.yui-panel-container { z-index: 60; }

