.html_gallery .categoryListBox {
  width: 300px;
  border-right: 2px solid #f1f1e7;
  float: left;
}

.html_gallery .imagesBox {
  margin-left: 300px;
  border-left: 2px solid #f1f1e7;
}

.html_gallery .imagesBox .innerContent {
  text-align: center;
}

.html_gallery .mainContent {
  position: relative;
}

.html_gallery .mainContent > section .innerContent {
  padding: 20px;
}

.html_gallery .mainContent figure {
  width: 260px;
  
  height: 195px;
  height: 230px;
  border: 1px solid #AAA;
  border-radius: 3px;
  box-shadow: 0px 3px 3px 0px silver;
  margin: 10px 10px 20px 10px;
  -tmp-float: left;
  display: inline-block;
  padding: 0px;
  vertical-align: top;
}

.html_gallery .mainContent figure p {
  text-align: center;
  height: 195px;
}

.html_gallery .mainContent figure p img {
}

.html_gallery .mainContent figure figcaption {
  margin-top: 5px;
  font-size: 80%;
}

.html_gallery h1 {
  font-weight: bold;
  font-size: 150%;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 3px solid #f1f1e7;  
  text-align: left;
}

.html_gallery .mainContent a {
  color: #9A9846;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
}

.html_gallery .categoryListBox ul ul {
  margin-left: 15px;
}

.html_gallery .categoryListBox a.active,
.html_gallery .categoryListBox a:hover{
  text-decoration: underline;
}

.html_gallery .paging {
  font-size: 90%;
  line-height: 18px;
}

.html_gallery .paging a {
  display: inline-block;
  line-height: 18px;
  width: 18px;
  border: 1px solid #DBDB9A;  
}

.html_gallery .paging a.active,
.html_gallery .paging a:hover {
  border: 1px transparent solid;  
}

.html_gallery .galleryMotto {
  font-size: 12px;
  font-style: italic;
  border-bottom: 1px solid #f1f1e7;
  margin-bottom: 15px;
  padding-bottom: 5px;
}