/*galley*/
div.g-inner {
  position: relative;
  width: 1000px;
  height: 561px;
  margin: 20px auto;
  z-index: 1;
}

@media only screen and (max-width: 764px) {
  div.g-inner {
    width: 100%;
    height: 30vw;
    margin-top: 0;
  }
}

div.g-inner.slide {
  position: relative;
  width: 1000px;
  height: 286px;
  margin: 20px auto;
  z-index: 1;
}

@media only screen and (max-width: 764px) {
  div.g-inner.slide {
    width: 100%;
    height: 30vw;
    margin-top: 0;
  }
}

#galleryPage {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 764px) {
  #galleryPage {
    width: 100%;
  }
}

#view {
  position: absolute;
  width: 1000px;
  height: 286px;
  overflow: hidden;
}

@media only screen and (max-width: 764px) {
  #view {
    width: 100%;
    height: 30vw;
  }
}

#view p {
  position: absolute;
  width: 1000px;
  height: 286px;
}

@media only screen and (max-width: 764px) {
  #view p {
    width: 100%;
    height: 30vw;
  }
}

#g_bt {
  width: 410px;
  margin: 20px auto;
}

#g_bt li {
  display: inline;
  float: left;
}

#thumbBtn {
  position: absolute;
  top: 290px;
  right: 460px;
  width: 60px;
  text-indent: -9999px;
}

#thumbBtn li {
  display: inline;
  float: left;
  width: 10px;
  margin-left: 10px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  text-align: right;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  /* background: url(images/top/slide_off.jpg) no-repeat; */
}

/* #thumbBtn li:hover {
	background: url(images/top/slide_on.jpg) no-repeat;
}

#thumbBtn li.active {
	background: url(images/top/slide_on.jpg) no-repeat;
} */
#caption {
  display: none;
}

#roomBtn {
  width: 880px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

#roomBtn ul {
  width: 880px;
}

#roomBtn ul li {
  display: inline;
  float: left;
  margin-left: 75px;
}

/**/
.cap_r {
  clear: both;
  width: 880px;
  margin-right: auto;
  margin-left: auto;
  line-height: 10px;
  color: #777;
  font-size: 10px;
  text-align: right;
  letter-spacing: 0em;
}

/*# sourceMappingURL=maps/gallery.css.map */
