.async_slider {
	  color: #fff;
	  margin: 0 auto;
	  font-size: 13px;	
	  text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.async_slider h1 {
	  font-weight: 600;
	  font-size: 20px;	
	  text-shadow: 0px 1px 4px rgba(0,0,0,0.5);
	  margin-bottom: 25px;
	  line-height: 32px;
}
.async_slider .slider_text {
	  width: 400px;
	  line-height: 10px;
	  float: left;
   font-size: 13px;
   font-weight: bold;
}
.async_slider .slider_image {
	  float: right;	
}
.async_slider li {
	  width: 840px;
	  margin:0 auto;	
}
.prev {
	  position: absolute;	
	  left:0;	
	  margin-bottom: -150px;
}
.next {
	  position: absolute;	
	  right:0;	
	  margin-bottom: -150px;
}
.sliderNav>ul>li>a {
	  height: 17px;
	  width: 17px;
	  display: block;
	  text-indent: -9999px;	
   border-radius: 4px;
   box-shadow: 0 0 0px 5px rgba(0,0,0,0.10);	
}
.next a{
   background: #e8e8e8 url(../../images/async/rarw.png) no-repeat 6px 4px;
}
.next a:hover {
   background: #fff url(../../images/async/rarw.png) no-repeat 6px 4px;
}
.prev a{
   background: #e8e8e8 url(../../images/async/larw.png) no-repeat 4px 4px;
}
.prev a:hover {
   background: #fff url(../../images/async/larw.png) no-repeat 4px 4px;
}

.sliderNav {
	  position: absolute;	
	  width: 960px;
	  top: 30%;
	  margin-bottom: -600px;
	  left: 50%;
	  margin-left:-480px;
}
.slider_container {
	  position: relative;	
	  margin: 50px auto;
	  padding-bottom: 20px;
}
#asyncslider_next_prev_nav {
		 position: relative !important;
}
.slides_nav_container {
	  position: absolute;
	  left: 50%;
	  margin-top: 5px;
}
#asyncslider_slides_nav {
	  height: 14px;
	  display: inline-block;
	  background: rgba(0,0,0,0.20);
	  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.50);
	  padding: 5px 10px;
   border-radius: 20px;
	  -webkit-border-radius: 20px;
	  -moz-border-radius: 20px;
	  margin-top: 25px;
}
#asyncslider_slides_nav li {
	  background: url(../../images/async/nav.png);
	  width: 14px;
	  height: 14px;
	  background-position: left top;
	  text-indent: -9999px;
	  margin: 0 2px;
	  display: inline-block;
}
#asyncslider_slides_nav li.active {
	  background: url(../../images/async/nav.png);
	  width: 14px;
	  height: 14px;
	  background-position: 0px -14px;
	  text-indent: -9999px;
}
#asyncslider_slides_nav li a {
	  display: block;	
}