﻿#slider_kkw1 {
  width: 990px;
  height: 184px;
  position: relative;
  overflow: hidden;
  /*margin: 20px auto 0 auto;*/
  border-radius: 4px;
}

#slider_kkw1 ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 184px;
  list-style: none;
}

#slider_kkw1 ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 990px;
  height: 184px;
  background: #ccc;
  text-align: center;
  line-height: 184px;
}

/*#slider_kkw1_navi {
	position: absolute;
	top: 20px;
	right:20px;
	width:80px;
	height:32px;
	opacity:0.9;
	display:block;
	cursor: pointer;
	z-index: 999;
	text-indent: -9999px;
}

position: absolute;
  top: 41px;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;

*/
a.control_prev {
	position: absolute;
	top: 76px;
	z-index: 999;
	display: block;
	/*opacity: 0.8;*/
    cursor: pointer;
	text-decoration: none;
    font-weight: 600;
    font-size: 18px;
	opacity:0.9;
	text-decoration: none;
	left:30px;
	/*text-indent: -9999px;*/
	height:32px;
	width:32px;
	/*background: url("Images/slider/prev.png") no-repeat rgba(0, 0, 0, 0);*/
}

a.control_next {
	position: absolute;
	top: 76px;
	z-index: 999;
	display: block;
	/*opacity: 0.8;*/
    cursor: pointer;
	/*text-decoration: none;
    font-weight: 600;
    font-size: 18px;
	opacity:0.9;*/
	text-decoration: none;
	right:30px;
	/*text-indent: -9999px;*/

  	height:32px;
	width:32px;
	/*background: url("Images/slider/next.png") no-repeat rgba(0, 0, 0, 0);*/
}

a.control_next img {
	border: 0;
}

a.control_prev img {
	border: 0;
}


a.control_prev:hover{
	background: url("Images/slider/prev_hov.png") no-repeat rgba(0, 0, 0, 0);

}
a.control_next:hover {
  	background: url("Images/slider/next_hov.png") no-repeat rgba(0, 0, 0, 0);

}