.article-header-wrapper, .news-text IMG { display: none; }
#news-slider {
  position: relative;
  overflow: hidden;
  margin: 0px auto 20px auto;
}

#news-slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#news-slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 700px;
  height: 100px;
  text-align: center;
}

a.control_prev, a.control_next {
  position: absolute;
  z-index: 999;
  display: block;
  width: auto;
  height: auto;
  color: #86754f;
  text-decoration: none;
  font-weight: 600;
  font-size: 3em;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
}

a.control_next {
  right: 0;
}
@media only screen and (max-width: 768px) {
	/* For mobile: */
	#news-slider ul li {
	  width: 300px;
	  height: 180px;
  }
}
@media only screen and (max-width: 320px) {
	/* For mobile: */
	#news-slider ul li {
	  width: 250px;
	  height: 200px;
  }
}
/*
.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
*/