#slider {
  position: relative;
  overflow: hidden;
  border:1px solid #ddd;
  padding:0px;
  background:#fff;
  overflow:hidden;
  width:268px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
#slider h3 {
	padding:10px 0 8px 10px;
	margin:0 0 5px 0;
	background:#4f4f7e;
	font-size:15px;
	color:#eee
}
#slider h3.snd {
	margin:30px 0 0px 0;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0 0px 0 0px;
  padding: 0px;
  width: 298px;
  height: 380px;
  text-align: left;
  line-height: 14px;
  background:#fff;
	
}
#slider ul li .photo {
  width:70px;
  float:left;
  padding: 5px;
}
#slider ul li .container {
  font-size:13px;
  color:#555;
  width:190px;
  display:inline-block;
  padding: 5px;
  height:130px;
}
a.control_prev, a.control_next {
  position: absolute;
  top: 43%;
  z-index: 999;
  display: block;
  padding: 2% 2%;
  width: auto;
  height: auto;
  background: #ddd;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.5;
  cursor: pointer;
}

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

a.control_prev {
  border-radius: 0;
}

a.control_next {
  right: 0;
  border-radius: 0;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
