#content {
}

#content-outer.div-outer {
  width: 100%;
}

#content-home-main {
  position: relative;
  margin-top: -200px;
  z-index: 9999;
}

#content-home-main-top {
}

div.photo-box {
  position: relative;
  width: 100%;
  height: 380px;
  background: #F4F3EE;
  overflow: hidden;
}

div.photo-box-title {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  color: #006600;
  padding: 20px 0px;
  font-size: 22px;
  text-align: center;
  background: rgba(244, 243, 238, 0.9);
  z-index: 99;
}

div.photo-box-title a {
  color: #006600;
}

div.photo-box-normal div.photo-box-title {
  position: relative;
}

div.photo-box-title em {
  color: #336699;
}

div.photo-box-image {
  position: relative;
  width: 100%;
  height: 380px;
}

div.photo-box-image img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  height: 380px;
  margin: auto;
}

div.photo-box-text {
  padding: 0px 30px;
  color: #464646;
  font-size: 16px;
  text-align: center;
}

div.photo-box-text p {
  margin: 0px 0px 15px 0px;
}

div.photo-box-subtitle {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px 0px;
  color: #232628;
  font-size: 18px;
  text-align: center;
  background: rgba(244, 243, 238, 0.7);
  z-index: 99;
}

#content-home-main-bottom {
  padding: 60px 0px;
}

/* Listing Slider Styles */

#listing-slider-container {
  height: 380px;
  margin: 0px auto;
}

ul#listing-slider {
  height: 380px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul#listing-slider li {
  position: relative;
  height: 380px;
}

#content-home-main-top .bx-wrapper .bx-controls {
  position: absolute;
  top: 45%;
  bottom: auto;
  width: 100%;
  text-align: center;
}

#content-home-main-top .bx-wrapper .bx-controls-direction {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#content-home-main-top .bx-wrapper .bx-controls-direction a {
  width: 52px;
  height: 52px;
  margin: 0px;
  font-size: 24px;
}

#content-home-main-top .bx-wrapper .bx-controls-direction a span {
	display: none;
}

#content-home-main-top .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0px;
}

#content-home-main-top .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0px;
}