#gallery
        {
            background-color: #ffffff;
            padding: 0px;
            width: 100px;
			height: 100px;

        }
        #gallery ul
        {
            list-style: none;
        }
        #gallery ul li
        {
            display: inline;
        }
        #gallery ul img
        {
            width: 100px;
			height: 100px;
			border: 1px solid #ffffff;
            border-width: 5px 5px 5px;
        }
        #gallery ul a:hover img
        {
            width: 100px;
			height: 100px;
			border: 1px solid #fff;
            border-width: 5px 5px 5px;
            color: #fff;
        }
        #gallery ul a:hover
        {
            color: #fff;
        }