.as{
  position:relative;
  overflow:hidden;
  margin:0;
  clear:both; 
  padding:0
}
.as ul{list-style:none}
.as li{display:block;overflow:hidden;float:left;}


.accslider{
  position:relative;
  overflow:hidden;
  margin-top: 60px;
  border-top: auto;
  height:400px;
  clear:both; 
  /*padding:0*/
  padding-top:50px;
}

.accslider ul{list-style:none}

.accslider ul li a {
  cursor:pointer;
  color: #fff;
  font-style: italic;
}

.accslider ul li.first img {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.accslider ul li.second img {
    position: absolute;
    left: 25%;
    top: 0px;
    z-index: -1;
	background-position: top center;
}

.accslider ul li.third img {
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: -1;
	background-position: top right;
}

.accslider ul li.fourth img {
    position: absolute;
    left: 75%;
	top: 0px;
    z-index: -1;
	background-position: top right;
}

.accslider ul li span {
  opacity: 0.7;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  position: relative;
  top: 50%;
  margin-top: 12px;
}

.accslider ul li:hover span{
  opacity: 0.7;
  cursor:pointer;
}


.accslider ul li span.text{
  opacity: 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
  display: block;
  position: relative;
  top: 50%;
  margin-top: 12.5px;
  padding: 0 10%;
  text-shadow: 1px 1px #555;
}

.accslider ul li:hover span.text{
  opacity: 1;
}  
