/*____________________________________________________________________  Body  */

.hidden {
  display: none;
}

/*_________________________________________________________________  Content  */
div#wrapperGallery {
  text-align: left;

}
div#wrapperGallery h1 span {
  font-size: 12px;
  color: #fff;
}



/*__________________________________________________________________  Tables  */
table {
  width: 95%;
  margin: 0 0 5px 0;
}


table.thumbs {
  margin: 0 auto;

}
table.thumbs td {
  text-align: center;

}



/*__________________________________________________________________  Images  */
img {
  border: none;
}





