

#cboxTitle {
    bottom: 0;
    font-size: 18px;
    color: #666;
}

#cboxCurrent, #cboxPrevious, #cboxNext {
    font-size: 14px;
    color: #666;
}

#cboxCurrent {
    left: 30px;
    width: 50px;
    text-align: center;
}

#cboxPrevious {
    color: #f00;
}

#cboxNext {
    left: 80px;
    color: #f00;
}

#cboxLoadedContent {
    padding-bottom: 10px;
}

#cboxClose {
    padding-right: 30px;
    height: 23px;
    background: url(bg-close-btn.gif) 100% 50% no-repeat;
    font-size: 18px;
    line-height: 23px;
    color: #666;
}