/* jQuery lightBox plugin - Gallery style */
#gallery {
background-color: #e9e3c9;
padding: 10px;
width: 725px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
border: 5px solid #fff;
border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
border: 5px solid #dbc251;
border-width: 5px 5px 20px;
color: #fff;
}
#gallery ul a:hover { color: #fff; }
