


.content_slides {
  /* max-width: 300px; */
  position: relative;
  margin: auto;
}

.contentcaption {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.content_slides {
	margin-right: 20px;
	margin-left: 20px;
}

td .content_table_text {
	vertical-align: top;
}

.contentimage {
	margin-left: auto;
	margin-right: auto;
	border-color: white;
	border-style: solid;
	border-width: 1px;
}

.contentdot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb; 
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .contentdot:hover {
  /*background-color: #717171;*/
}

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

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


