.carusel{
  overflow: hidden;
 }
.carusel ul{
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  transition-duration: 1s;
}
.carusel ul li{
  display: inline-block;
  list-style: none;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.carusel_radios{
  position: relative;
  text-align: center;
  width: 100%;
  height: 20px;
  bottom: 30px;
}
.carusel_radios div{
  display: inline-block;
  border-style: solid;
  width: 10px;
  height: 10px;
  border-width: 5px;
  border-radius: 50%;
  border-color: blue;
  margin: 0 1% 0 1%;
}
.forward_carusel{
  float: right;
  background: url(/img/next.png);
  background-position: left center;
}
.backward_carusel{
  float: left;
  background: url(/img/previous.png);
  background-position: right center;
}
.forward_carusel, .backward_carusel{
  position: relative;
  bottom: 100%;
  height: 100%;
  width: 19%;
  cursor: pointer;
  background-size: 50%;
  background-repeat: no-repeat;
  
}
.intext{
  margin: 30px auto 0 auto;
  width: 58%; 
  height: 200px;
  background-color: #1E74B1;
  opacity: 0.8;
  padding: 20px 20px;
  overflow: hidden;
}
.intext table{
  padding: 0;
  height: 100%;
}
.btnrow{
  height: 20%;
}
.coltext{
  display: block;
  width: 100%;
  height: 160px;
  overflow: visible;
  color: white; 
  font-size: 30px; 
  text-align: center; 	
  text-shadow: 2px 1px 1px black;
  font-weight: bold;
  text-align: center;
}
.carbtn{
  position: relative;
  background-color: orange;
  opacity: 1;
  cursor: pointer;
  font-size: medium;
  font-weight: bold;
  color: #1E1469;
  height: 40px;
  border-radius: 10px;
  border-style: outset;
  bottom: 15%;

}
.divleft{
  position: absolute;
  display: block;
  border-style: solid;
  margin-top: -300px;
  left: 50%; 
  margin-left: 30%;
  border-width: 5px;
  border-color: yellowgreen;
  width: 0px;
  height:240px; 
  padding: 0;
}
.divright{
  position: absolute;
  display: block;
  border-style: solid;
  margin-top: -300px;
  right: 50%; 
  margin-right: 30%;
  border-width: 5px;
  border-color: yellowgreen;
  width: 0px;
  height:240px; 
  padding: 0;

}
.divtop{
  position: absolute;
  display: block;
  border-style: solid;
  margin-top: -300px;
  left: 50%; 
  margin-left: -30%;
  border-width: 5px;
  border-color: yellowgreen;
  width: 60%;
  height:0px; 
  padding: 0;
}
.divbottom{
  position: absolute;
  display: block;
  border-style: solid;
  margin-top: -60px;
  margin-left: -30%; 
  left: 50%;
  border-width: 5px;
  border-color: yellowgreen;
  width: 60%;
  height: 0px; 
  padding: 0;
}
.divleftfix{
  position: absolute;
  display: block;
  border-style: solid;
  margin-top: -300px;
  left: 50%; 
  margin-left: 275px;
  border-width: 5px;
  border-color: yellowgreen;
  width: 0px;
  height:240px; 
  padding: 0;
}
.divrightfix{
  position: absolute;
  display: block;
  border-style: solid;
  margin-top: -300px;
  right: 50%; 
  margin-right: 275px;
  border-width: 5px;
  border-color: yellowgreen;
  width: 0px;
  height:240px; 
  padding: 0;

}
.divtopfix{
  position: absolute;
  display: block;
  border-style: solid;
  margin-top: -300px;
  left: 50%; 
  margin-left: -285px;
  border-width: 5px;
  border-color: yellowgreen;
  width: 560px;
  height:0px; 
  padding: 0;
}
.divbottomfix{
  position: absolute;
  display: block;
  border-style: solid;
  margin-top: -60px;
  margin-left: -285px; 
  left: 50%;
  border-width: 5px;
  border-color: yellowgreen;
  width: 560px;
  height: 0px; 
  padding: 0;
}