#fancybox-buttons {
    height: 0;
}

#fancybox-buttons ul {
    background: rgb(50, 50, 50);
}

.fancybox-close {
    position: absolute;
    top: 0;
    right: -40px;
    width: 30px;
    height: 30px;
    background: rgb(50, 50, 50) url("/img/fancybox-close.png") 6px 6px no-repeat;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    border: 1px solid #111;
    border-radius: 3px;
    opacity: .9;
}

.fancybox-close:hover {
    opacity: 1;
}

#summary {
    display: inline-block;
    width: 176px;
    padding: 5px 0;
    text-align: center;
    color: #cccccc;
    font-size: 13px;
    font-weight: bold;
}