#galleryNav {
   width: 100%;
   float: left;
   padding-top: 20px;
   text-align: center;
   margin: 0 auto;
}

#galleryNav ul {
   list-style-type: none;
   display: inline;
}
#galleryNav ul li {
   display: inline;
}

#galleryImgs {
   width: 100%;
   float: left;
   text-align: center;
}
