/* jQuery lightBox plugin - Gallery style */
div#gallery .figure {
    background-color: #444;
    padding: 10px;
    width: 520px;
}
div#gallery .figure ul { list-style: none; }
div#gallery .figure ul li { display: inline; }
div#gallery .figure ul img {
    border: 5px solid #3e3e3e;
    border-width: 5px 5px 20px;
}
div#gallery .figure ul a:hover img {
    border: 5px solid #fff;
    border-width: 5px 5px 20px;
    color: #fff;
}
div#gallery .figure ul a:hover { color: #fff; }

