/*slider items*/



.container{
  background-color: #ededef;
  width: 890px;
}

.ca-container{
  position:relative;
  margin:0px auto 0px auto;
  width:835px;
  height:190px;
}

.ca-wrapper{
  width:100%;
  height:100%;
  position:relative;
}

.ca-item{
  position:relative;
  float:left;
  width:209px;
  height:150%;
  text-align:center;
}


.ca-item-main{

  position:absolute;
  overflow:hidden;
  

}


.ca-icon{
  width:209px;
  height:150px;
  position:relative;
  margin:10px auto 0px auto;

}



.ca-item h3{
  font-family: 'Coustard', sans-serif;
  font-size:15px;
  color:#000;
  height:85px;
  text-align:center;
}


.ca-nav span{
  width:25px;
  height:38px;
  background:transparent url(../images/arrows.png) no-repeat top left;
  position:absolute;
  top:78px;
  left:-20px;
  text-indent:-9000px;
  opacity:0.7;
  cursor:pointer;
  z-index:100;
}

.ca-nav span.ca-nav-next{
  background-position:top right;
  left:auto;
  right:-20px;
}
.ca-nav span:hover{
  opacity:1.0;
}