#gallery a img {
	margin: 6px;
}

#gallery a:hover img {
	border: 2px solid #FFF;
}

#gallery a:hover { color: #FFF; }  /* IE Bug Fix */

table#gallery {
	margin: 15px auto;
}

table#gallery img {
   border: 2px solid #999;
   padding: 2px;  
   background-color: #333;
}
