.homeMainContent {
	float: left; 
	width:100% ; 
	height: auto ;
	background-color:  ;
	border-bottom:thin ;
	position: relative ;
	padding-top:1px;
  	padding-bottom:1px;
	z-index:10; 
}

.mainSlideDiv {
  width:100%;
  height:auto;
  position: relative;
  background-color:white;
  text-align:center;
}

.mainSlideDiv:hover {
	cursor: ;
}

.mySlides {
display: none ;
}

.slideSrcImg {
	width:100%;
	height:;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: ;
  width: auto;
  padding: 0px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 0px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.prev {
  left: 0;
}
.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 */
.textOnPic {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/5 etc) */
.pixNum {
  color: #f2f2f2;
  font-size: 36px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #00FF66;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.9s ease;
}

.active {
  background-color: red;
}
.dot:hover {
  background-color: blue;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.slideDownTxtA, .slideDownTxtB {
  color: white; 
  font-size:65px;
  display:none ;
  top: ;
  width:1000px;
  font-family:"Arial Rounded MT Bold", Times, serif;
  text-align:center;
  position: absolute;
  text-shadow: 1px 1px 10px black;
  
  -webkit-transition: 1s ;
  -webkit-transition-timing-function: linear;
  -moz-transition:1s ;
  -moz-transition-timing-function: linear;
  -o-transition: 1s ;
  -o-transition-timing-function: linear;
  transition: 1s ;
  transition-timing-function: linear;
}

.slideDownTxtB {	
  font-size:40px;
  top: ;
}


