
#gallery {
margin:0 auto;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
border:none;
margin:5px 5px 5px 5px;/*change spacing  - top right bottom left*/
}
#gallery ul a{ float:left;}
#gallery ul a:hover img {
border:none;
}
#gallery ul a:hover {}
