.lgrad10 {
height:3px;
border-width:0;
background-image: linear-gradient(to left, #ffffff, #592c59,#000000);
}

.theslides {display: none}
      
      /*added*/
      img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
      /*added*/

.container6 {
 position: relative;
}

.prev, .next {
/*cursor:default;*/
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 14px;
  margin-top: -20px;
  color: red;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 4px 4px 0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
cursor: pointer;
/*cursor:default;*/
  background-color: #240000;
}

.numcircle {
  cursor: pointer;
/*cursor:default*/
  height: 21px;
  width: 25px;
  margin: 0 2px;
  border-radius: 50%;
  border: 1px solid green;
  display: inline-block;
  transition: background-color 0.6s ease;
  font-size: 0.8rem; 
  line-height: 1.2rem; 
  font-family: "open_sansbold",sans-serif; 
  margin: 0px; 
  padding: 0px; 
}

.active, .numcircle:hover {
  background-color: #717100;
  color:white;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}