*{
	box-sizing:border-box;
}

/* Hide the images by default */
.OEDL_EG345f290b_mySlides {
	display: none;
	border:none;
	margin:0px;
	padding:0px;
}

/* Add a transparency effect for thumnbail images */
.OEDL_EG345f290b_Demo {
	opacity: 0.8;
	background-color:#ffffff;
}

.OEDL_OEDL_EG345f290b_Active,
.OEDL_EG345f290b_Demo:hover {
	opacity: 1;
	background-color:#ffffff;
}

/* Next & previous buttons */
.OEDL_EG345f290b_prev,
.OEDL_EG345f290b_next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	padding: 10px;
	transform: translateY(-50%);
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
}

/* Position the "next button" to the right */
.OEDL_EG345f290b_next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.OEDL_EG345f290b_prev:hover,
.OEDL_EG345f290b_next:hover {
	background-color: rgba(0, 0, 0, 0.8);
	color: #f2f2f2;
}

.OEDL_EG345f290b_clsBtn{
	position: absolute;
	top: 10px; 
	right: 10px; 
	padding: 0px 10px; color: 
	white; 
	font-size:30px; 
	background-color: 
	rgba(0, 0, 0, 0.3); 
	border:none; 
	border-radius:50%;
}

.OEDL_EG345f290b_clsBtn:hover {
	background-color: rgba(0, 0, 0, 0.8);
	color: #f2f2f2;
}

.OEDL_EG345f290b_row{
	width:100%;
	margin:0px;
}

.OEDL_EG345f290b_row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.OEDL_EG345f290b_column {
  float: left;
  width: 16.66%;
}

.OEDL_FlexBox_init {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
}