img{
  border:none;
}
a{
  outline:none;
}

.slider-content{
  width:638px;
  height:359px;
  margin:0 auto;
  position:relative;
  display:block;
  overflow:hidden;
  margin-bottom:15px;
}

#slider-holder{
  width:638x;
  height:359px;
  overflow:hidden;
  margin:0 auto;
  position:relative;
}

.slider{
  margin:0;
  padding:0;
  height:359px;
  position:relative;
  z-index:10px;
}
.slider ul{
  padding:0;
  margin:0;
  float:left;
}
.slider li{
  float:left;
  list-style:none;
  width:638px;
  height:359px;
}

li.img1{
  background: url(http://www.kutcheris.com/images/img1.jpg) no-repeat;
}
li.img2{
  background: url(http://www.kutcheris.com/images/img2.jpg) no-repeat;
}
li.img3{
  background: url(http://www.kutcheris.com/images/img3.jpg) no-repeat;
}
li.img4{
  background: url(http://www.kutcheris.com/images/img4.jpg) no-repeat;
}
li.img5{
  background: url(http://www.kutcheris.com/images/img5.jpg) no-repeat;
}


.slider-numbers{
  position:absolute;
  z-index:50px;
  top:5px;
  right:9px;
  margin:0;
  padding:0;
}
.slider-numbers li{
  float:left;
  position:relative;
  z-index:50;
  list-style:none;
}
.slider-numbers li a{
  color:#313131;
  display:block;
  text-decoration:none;
  padding:0px 3px;
  text-indent:-9999px;
  background:url(images/numbers_bg-trans.png) no-repeat center top;
  width:8px;
  height:8px;
  display:block;
}
.slider-numbers li a.active, .slider-numbers li a:hover{
  background-position: center bottom;
}

.leftarrow,.rightarrow{
  width:15px;
  height:18px;
  display:block;
  cursor:pointer;
  margin:155px 0 0 0px;
}
.leftarrow{
  float:left;
  background:url(images/left_arrows-trans.png) no-repeat;
}
.rightarrow{
  float:right;
  background:url(images/right_arrows-trans.png) no-repeat;
}
.leftarrow:hover, .rightarrow:hover{
  background-position:bottom;
}

#slider-facts{
  padding:0;
  margin:0;
  margin-top:-90px;
}

#slider-facts li{
  position:absolute;
  list-style:none;
  background-color:rgba(0,0,0,.7);
  color: white;
  line-height:16px;
  font-size:12px;
  height:90px;
  padding:15px 0px;
  width:638px;
  text-align:center;
}