.slider {
	position: relative;
	overflow: hidden;
	margin: 20px auto 0 auto;
	width: 723px !important;
}

.slider ul {
	position: relative;
	margin: 0;
	padding: 0;
	height: 200px;
	list-style: none;
}

.slider ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 725px;
	height: 350px;
	text-align: center;
	line-height: 350px;
}

a.control_prev, a.control_next {
	position: absolute;
	top: 45.5%;
	z-index: 999;
	display: block;
	padding: 16px 18px;
	margin-left: 18px;
	opacity: 0.8;
	cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
}

a.control_prev {
	margin-left:3px;
	height:45px;
	width:45px;
  background: url(../../img/slideshow/icon.png) no-repeat;
}

a.control_next {
	height:45px;
	width:45px;
	right: 0;
	background: url(../../img/slideshow/icon.png) no-repeat;
	background-position:-45px 0px;
}

.slider_option {
	position: relative;
	margin: 10px auto;
	width: 160px;
	font-size: 18px;
}
