#galleryHeaderLogo {
  text-align: right;
  padding: 10px;
  background-color: #FFFFFF;
}

#galleryHeaderVisual {
  margin-bottom: 20px;
}

#thumbContainer {
  margin-top: 20px;
}

#thumbContainer .imagename, #galleryHeaderContainer .imagename {
  padding:1px;
  font-size:9px;
  width:98px;
  margin:0px 18px 0px 18px;
  height:18px;
  line-height:9px;
  overflow:hidden;
  background-color:#ffffff;
  text-align:center;
}

.thumbFrameBorder, .galleryThumbFrameBorder {
  background-image: url(../images/gallery_picture_frame.gif);
  background-repeat: no-repeat;
  width: 139px;
  height: 160px;
  float:left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.thumbnail, .galleryThumbnail {
  width:100px;
  height:100px;
  margin:18px 18px 5px 18px;
}
.thumbnail table, .galleryThumbnail table{
  height:100px;
  width:100px;
}
.thumbnail table td, .galleryThumbnail table td{
  height:100px;
  width:100px;
  text-align:center;
  vertical-align:middle;
}

#galleryHeaderContainer {
  margin-bottom: 10px;
}


#galleryContainer {
  margin-left: 20px;
  font-weight; bold;
  font-family: Segoe UI, Arial, helvetica, sans-serif;
  font-size: 11px;
  color: #5A7FA1;
}

#galleryTitleContainer {
  border-radius: 8px; /* CSS3 rounded corners */
  -moz-border-radius: 8px; /* Mozilla rounded corners */
  background-color: white;
  padding: 10px;
  margin-left: 10px;
  margin-right: 20px;
  height: 80px;
  float: left;
  width: 450px;
}

#galleryTitle {
  background-image: url(../images/gallery_mini_slides.gif);
  background-repeat: no-repeat;
  font-size: 13px;
  font-weight: bold;
  padding-left: 60px;
  height: 30px;
}
