#gallery
        {
            background-color: #fff;
            margin: 20px 0 0 0;
            width: 710px;
        }
        #gallery ul
        {
            list-style: none;
        }
        #gallery ul li
        {
            display: inline; 
        }
        #gallery ul img
        {
            border: 2px solid #fff;
            border-width: 2px 2px 2px; width:230px; height:120px; 
        }
        #gallery ul a:hover img
        {
            border: 2px solid #5b1313;
            border-width: 2px 2px 2px;
            color: #fff; width:230px; height:120px;
        }
        #gallery ul a:hover
        {
            color: #fff;
        }

