#slide{
	width:96%;
	}
	
* {
	box-sizing: border-box
}

.omySlides, .mmySlides, .nmySlides, .kmySlides {
	display: none
}

.slideshow-container {
	width: auto;
	position: relative;
	margin: -10px;

}
/* Next & previous buttons */
.oprev, .onext, .mprev, .mnext, .nprev, .nnext, .kprev, .knext {
	cursor: pointer;
	/* position: absolute; */
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: #494B55;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}
/* Position the "next button" to the right */
.onext, .mnext, .nnext, .knext {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.oprev:hover, .mprev:hover, .onext:hover, .mnext:hover, .nnext:hover, .knext:hover, .nprev:hover, .kprev:hover, {
	background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.otext, .mtext,.ntext, .ktext {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* The dots/bullets/indicators */
.odot, .mdot,.ndot, .kdot {
	cursor: pointer;
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.odot:hover, .mdot:hover, .ndot:hover, .kdot:hover, #one-panel .active, #three-panel .active, #six-panel .active, #seven-panel .active {
	background-color: #494B55;
}
/* Fading animation */
.ofade, .mfade, .nfade, .kfade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2s;
	animation-name: fade;
	animation-duration: 2s;
}
@-webkit-keyframes ofade {
  from {opacity: .4} 
  to {opacity: 1}
}

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

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .otext, .mtext, .ntext, .ktext {font-size: 11px}
}

/*.opics, .mpics
{
    border:3px solid #494B55;
    width:200px;
}	*/