.carousel-outer{
position: relative;
}
  #carousel {
    width:800px;
    height: 300px;
    display: relative;
    margin: 0 auto;
  }
  #carousel .carousel-img {
    display: none; /* hide images until carousel prepares them */
    cursor: pointer; /* not needed if you wrap carousel items in links */
  }
.carousel-right{
position: absolute;
right: 0;
}
.carousel-left{
position: absolute;
left: 0;
}
.carousel-right img, .carousel-left img{
padding-top: 150px;
cursor: pointer;
}