.slideview-button {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  text-align: center;
  margin-top: -20px;
  box-sizing: border-box;
}

.slideview-button,
.slideview-button.slideview-button-disabled:hover {
  color: gainsboro;
}

.slideview-button:hover {
  color: gray;
}

.slideview-button, 
.slideview-button[class*='active'] {
  color: darkgray;
}

.slideview-button.slideview-button-disabled {
  color: gainsboro;
  cursor: default;
}

.slideview-prev {
  top: 50%;
  left: 20px;
}

.slideview-next {
  top: 50%;
  right: 20px;
}

.slideview-button:before {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 70px;
  line-height: 25px;
  vertical-align: middle;
  position: relative;
}

.slideview-prev:before {
  content: "\2039";
}

.slideview-next:before {
  content: "\203A";
}

.slideview-pagination {
  height: auto;
overflow-x: scroll;
  position: absolute;
  bottom: 0px;
  text-align: center;
  background: #FF0004;
  		 overflow:auto;	
		   z-index:5;

}


.slideview-pagination2 {
    height:71px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  right:0px;
  background: rgba(255,255,255,0.00);
  background-color:#A2A2A2;
  z-index:5;

}







.slideview-pagination-item {
  width:auto;
  height: 71px;
  display: inline-block;
  cursor: pointer;
  background: rgba(255,255,255,0.00);
  margin: 0px;
  margin-bottom:0px;
  padding-left: 10px;
  padding-right: 10px;


}

.slideview-pagination-item:hover {
  text-decoration: none;
  background: rgba(255,255,255,1.00);
}

.slideview-pagination-item.slideview-pagination-active {
  background: rgba(255,255,255,1.00);
}