#vlightbox1 {
    width: 100%;
    zoom: 1;
}
#vlightbox1 .vlightbox1 div {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    background: #000;
    opacity: 0.6;
    color: #FFF;
}
#vlightbox1 .vlightbox1 div:before {
    content: "\f048";
    font-family: 'font/pizza_times';
    font-size: 45px;
    top: 50px;
    left: 40px;
    position: absolute;
}
#vlightbox1 .vlightbox1 {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
    vertical-align: top;
    margin: 0px;
    width: 120px;
    font-family: 'font/SuplexmentaryComicNCRegular', sans-serif !important;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    outline: none;
}
#vlightbox1 .vlightbox1 a {
    margin: 0;
}
#vlightbox1 .vlightbox1 img {
    display: block;
    border: none;
    margin: 0;
}
#vlightbox1 .vlightbox1 div {
    display: none
}