body {font-family: Verdana, sans-serif; margin:0;background: #ccd2b6;}
#bigbox {

	margin-left:auto;
	margin-right:auto;
	width:1500px;
	height:650px;  
	background-color:#96beb3;	

	border:0;

	}
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle; border:3px solid black;border-radius:10px;}

/* Slideshow container */
.slideshow-container {
  max-width: 1500px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  margin: -30px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000000;
  font-size: 12px;
  margin: -18px 12px;
  position: absolute;
  top: 0;
}



/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
#ind ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size:14px;
  font-weight:bold;
  overflow: hidden;
  background-color: #ccd2b6;

}

#ind li {
  float: left;
}

#ind li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 35px;

  text-decoration: none;
}

#ind li a:hover {
  background-color: #000000;
}
#top1 {
	position:absolute;
	margin:70px 0 0 375px;
	width:600px;
	height:53px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	font-size: 24px;
	border-radius:10px;	
	background:#999999 ;
	border:0;
	
	}
#top2 {
	margin:15px 0 0 30px;
	
	}
.imbox {
	margin:175px 0 0 50px;
	height:300px;
	width:1400px;
	
	}
#pgs {
	position:absolute;
	margin:3px 0 0 5px;
	width:1400px;
	height:70px;
	text-align:left;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120x;
	font-weight:bold;
	font-style:italic;
	border:0;}