﻿        /* jQuery lightBox plugin - Gallery style */
        #gallery
        { 
        }
        #gallery ul
        {
            list-style: none;padding:0px; margin:0px;
        }
        #gallery ul li
        {
            display: inline; 
        }
        #gallery ul img
        {
            border: 1px solid #3e3e3e;
        }
        #gallery ul a:hover img
        {
        }
        #gallery ul a:hover
        {
        }
