.a_slider {
  position: relative;
  overflow: hidden;
  margin: 0 20px;
  padding: 0;
}

.a_slide {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.dot_holder{
	display: inline;
	margin-left: 3px;
}
.slide_bullet{
	margin-left: 3px;
	cursor: pointer;
}
.slide_bullet:hover{
	color: #ccc;
}

.slide_bullet.current{
	color: #00aaee;
}
.slide_bullet.current:hover{
	color: #009bd9;
}
.slider_alt_nav{
	font-size: .6rem;
	line-height: .9rem;
}
.alt_nav_item{
	margin-right: 2px;
	cursor: pointer;
	white-space: nowrap;
	padding: 0 3px;
}
.alt_nav_item:hover{
	background-color: #ccc;
}
.alt_nav_item.current{
	background-color: #00aaee;
	color: #fff;
}
.alt_nav_item.current:hover{
	background-color: #009bd9;
}


.l_slider_arrow, .r_slider_arrow {
  position: absolute;
  z-index: 999;
  display: block;
  padding: 0;
  width: auto;
  height: auto;
  color: #2059ac;
  text-decoration: none;
  font-size: 50px;
  cursor: pointer;
  opacity: .7;
}
.l_slider_arrow{
	left: 0;
}
.r_slider_arrow{
	right: 0;
}
