.slidercontent{
  height: 530px;
  width: 730px;
  position: relative;
}
.slidercontent .sliderimages{
  height: 100%;
  width: 100%;
}
.slidercontent .sliderimages img{
  height: 100%;
  width: 100%;
}
.btm-slides{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.btm-slides span{
  height: 15px;
  width: 50px;
  border: 2px solid white;
  margin: 0 3px;
  cursor: pointer;
}
.newssliders{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  cursor: pointer;
}
.newssliders:hover{
}
.right{
  right: 0;
}
.left{
  margin-left:20px;
}
.newssliders span{
  line-height: 41px;
  font-size: 35px;
  color: white;
}
