#galaLeft h4 {
  color: #e06f05;
}

#galaRight #galaInvite {
  width: 600px;
  height: auto;
}
#galaRight #painting {
  text-align: center;
  margin-bottom: 1.0em;
  font-size: 0.9em;
}
#galaRight #painting img {
  width: 600px;
  height: auto;
}
#galaRight .galaHeader {
  text-align: center;
}
#galaRight .galaHeader img {
  height: auto;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
#galaRight .galaHeader img.galaGridImg {
  margin: 2px 4px;
  width: 170px;
  height: auto;
}
#galaRight .galaHeader img.galaGridImg.portrait {
  width: auto;
  height: 200px;
}
#galaRight .galaHeader img.galaGridImg.square {
  width: auto;
  height: 200px;
}
#galaRight .galaHeader img.galaGridImg.large {
  height: 320px;
  width: auto;
}
#galaRight .galaHeader .textImgBox {
  margin: 2px 4px;
  text-align: center;
  display: inline-block;
  width: 170px;
  height: 320px;
}
#galaRight .galaHeader .textImgBox p {
  font-size: 0.75em;
  line-height: 1.4em;
}
#galaRight .galaHeader .textImgBox img {
  margin: 0 !important;
}
#galaRight .galaBoxWrap {
  width: 80%;
  margin: 0 10%;
  overflow: hidden;
}
#galaRight .galaBox {
  display: inline-block;
  width: 190px;
  height: 285px;
  text-align: center;
  margin: 0;
  vertical-align: top;
  font-family: "Lora", serif;
  font-size: 85%;
  line-height: 125%;
}
#galaRight .galaBox img {
  width: 170px;
  height: auto;
  margin-bottom: 6px;
  border: 0;
}
#galaRight .gLinks {
  text-align: center;
  margin: 0.2em 0 0.4em;
  overflow: hidden;
}
#galaRight .gLinks .gLink {
  display: inline-block;
  margin-left: 8px;
  color: #e06f05;
  font-family: "Lora", serif;
  font-weight: bold;
  font-size: 0.8em;
}
#galaRight .gLinks .gLink a:link, #galaRight .gLinks .gLink a:active, #galaRight .gLinks .gLink a:visited {
  text-transform: uppercase;
  text-decoration: none;
  color: #666666;
}
#galaRight .gLinks .gLink a:link.orange, #galaRight .gLinks .gLink a:active.orange, #galaRight .gLinks .gLink a:visited.orange {
  color: #e06f05 !important;
}
#galaRight .tablePreview {
  height: 300px;
}
#galaRight .galaTableNumbers {
  clear: both;
  padding: 0px;
  margin: 0px;
}
#galaRight .galaTableNumbers .galaTableNumber {
  display: block;
  float: left;
  margin: 20px 10px;
  position: relative;
  width: 150px;
  border: 1px solid #aaa;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  height: auto;
}

.slideshow {
  width: 100%;
  height: 600px;
}

.slick-slide {
  position: relative;
  height: 560px;
}
.slick-slide .caption {
  position: absolute;
  background: #e06f05;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 0 10px;
  font-size: 0.8em;
  margin-bottom: 0;
  text-align: center;
}
.slick-slide img {
  max-height: 560px;
  width: auto;
  margin: 0 auto;
}

hr.deco {
  width: 150px;
  background: #999999;
  margin: 20px auto;
}
