.ph_slider {
  width: 100%;
  height: 194px;
  text-align: center;
  display: inline-table;
  margin-bottom: 10px;
}

.phslider_center {
  display: table-cell;
  vertical-align: middle;
  min-width: inherit;
}

.ph_slider img {
  border: solid 1px #89c782;
  border-radius: 3px;
  display: none;
  cursor: pointer;
}

.phslider_next {
  width: 42%;
  font-weight: bold;
  font-size: 70px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: #89c782;
  padding-bottom: 30px;
}

.phslider_next span:hover {
  color: LawnGreen;
  cursor: pointer;
}

.phslider_prev {
  width: 42%;
  font-weight: bold;
  font-size: 70px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  color: #89c782;
  padding-bottom: 30px;
}

.phslider_prev span:hover {
  color: LawnGreen;
  cursor: pointer;
}

.phslider_full {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(50, 50, 50, 0.5);
  visibility: hidden;
  padding: 0px 0px 0px 0px;
  line-height: 2.5;
  text-align: center;
  font-size: 13px;
  z-index: 3;
  overflow: hidden !important;
}

.phslider_full:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.phslider_full img {
  position: relative;
  display: none;
  border: solid 1px #89a222;
  border-radius: 5px;
  margin-top: 10px;
}

.phslider_full_date {
  font-size: 12px;
  text-align: center;
  color: #89c782;
  position: absolute;
  margin: 0px;
  padding: 0px 5px 0px 5px;
  left: 100px;
  right: 100px;
  bottom: 100px;
}

.phslider_full_button {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #89c782;
  position: absolute;
  margin: 0px;
  padding: 0px 5px 0px 5px;
  left: 100px;
  right: 100px;
  bottom: 65px;
  border: solid 1px #89c782;
  border-radius: 5px;
}

.phslider_full_button:hover {
  cursor: pointer;
  color: YellowGreen;
  box-shadow: 0 0 10px DarkSeaGreen;
  outline: none;
}

.phslider_full_next {
  font-weight: bold;
  font-size: 40px;
  text-align: right;
  color: #89c782;
  position: absolute;
  right: 10px;
  bottom: 30px;
}

.phslider_full_next span:hover {
  color: YellowGreen;
  cursor: pointer;
  font-size: 43px;
}

.phslider_full_prev {
  font-weight: bold;
  font-size: 40px;
  text-align: left;
  color: #89c782;
  position: absolute;
  left: 10px;
  bottom: 30px;
}

.phslider_full_prev span:hover {
  color: YellowGreen;
  cursor: pointer;
  font-size: 43px;
}

.phslider_full_count {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #89c782;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 20px;
}



