.f2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
}

#photo .page-title {
  color: #FF8C30;
  border-color: #FF8C30;
}
#photo .icon {
  top: -74px;
}
#photo .contents {
  background: none;
}
#photo .contents li {
  width: 150px;
  float: left;
  height: 150px;
  overflow: hidden;
}
#photo .contents li.section {
  background: #FF8C30;
  line-height: 150px;
  text-align: center;
  color: #fff;
  font-size: 54px;
}
#photo .contents li img {
  height: 100%;
  width: auto;
  cursor: pointer;
  display: block;
}

#screen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
  background: url(../images/overall/screen.png);
}
#screen #big {
  display: block;
  width: 600px;
  height: 600px;
  margin: 0 auto;
  text-align: center;
}
#screen #big #big-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#screen #big #buttons {
  position: relative;
  width: 186px;
  margin: 20px auto 0;
}
#screen #big #buttons img {
  cursor: pointer;
}
#screen #big #buttons #prev {
  float: left;
  display: none;
}
#screen #big #buttons #next {
  float: right;
  display: none;
}
#screen #big #buttons #close {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -17px;
}
