
.genButton {
	display: block;
	height: 100px;
	width: 200px;
	background-color: yellow;
	border: 1px solid red;
	
}

.carouselWrapper{
	display: inline-block;
	border: 1px solid blue;
	height: 200px;
	width: 400px;
	position: relative;

}

.rotItem_1 {
	height: 200px;
	width: 400px;
	margin: 0 auto;
	background-position: center; 
	background-image: url(/images/Rotator/COVID.png);
	background-repeat: no-repeat;
	  background-size: contain;
	  opacity:0;
	  transition: all 0.5s ease-in-out;
	  position: absolute;
	  top: 0;
	  left: 0;
  }
.rotItem_2{

	height: 200px;
	width: 400px;
    opacity: 1;
	margin: 0 auto;
	background-position: center; 
	background-image: url(/images/Rotator/Zoom.jpg);
	background-repeat: no-repeat;
	  background-size: contain;
	  
	  transition: all 0.5s ease-in-out;
	  position: absolute;
	  top: 0;
	  left: 0;
}
.floatie{
	display: inline-block;
	margin: 5px;

}


