.mySlides {
	display: none;
}

img {
	vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active_img {
	background-color: #717171;
}

/* Fading animation */
.fade_img {
	-webkit-animation-name: fade_img;
	-webkit-animation-duration: 1.5s;
	animation-name: fade_img;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade_img {
	from {opacity: .1}
	to {opacity: 1}
}

@keyframes fade_img {
	from {opacity: .1}
	to {opacity: 1}
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white !important;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.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);
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.imgScrollWrap {
	position: relative;
	width: 600px;
	height: 120px;
	border: 1px #999 solid;
	overflow: hidden;
}

.imgScrollBtn01, .imgScrollBtn02 {
	position: absolute;
	display: block;
	width: 22px;
	height: 40px;
	background: url(/resources/images/mainBG.png) no-repeat 0 0;
	overflow: hidden;
	z-index: 2;
}

.imgScrollBtn01 {
	top: 40px;
	left: 0;
}

.imgScrollBtn02 {
	top: 40px;
	right: 0;
	background-position: -22px 0;
}

.imgScrollBtn01:hover {
	background-position: 0 -40px;
}

.imgScrollBtn02:hover {
	background-position: -22px -40px;
}

.imgScrollList {
	position: absolute;
	top: 0;
	left: 20px;
	width: 560px;
	height: 120px;
	overflow: hidden;
	z-index: 1;
}

.imgScrollList ul {
	position: relative;
	width: 9999px;
	height: 120px;
}

.imgScrollList li {
	float: left;
	width: 560px;
	height: 120px;
	overflow: hidden;
}

.imgScrollList li a {
	float: left;
	margin: 12px 6px;
	width: 128px;
	height: 96px;
	overflow: hidden;
}

.imgScrollWrap_v {
	position: relative;
	width: 140px;
	height: 375px;
	border: 1px #999 solid;
	overflow: hidden;
}

.imgScrollBtn01_v, .imgScrollBtn02_v {
	position: absolute;
	display: block;
	width: 40px;
	height: 22px;
	background: url(/resources/images/mainBG_v.png) no-repeat 0 0;
	overflow: hidden;
	z-index: 2;
}

.imgScrollBtn01_v {
	top: 0;
	left: 50px;
}

.imgScrollBtn02_v {
	bottom: 0;
	left: 50px;
	background-position: 0 -22px;
}

.imgScrollBtn01_v:hover {
	background-position: -40px 0;
}

.imgScrollBtn02_v:hover {
	background-position: -40px -22px;
}

.imgScrollList_v {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 375px;
	overflow: hidden;
	z-index: 1;
}

.imgScrollList_v ul {
	margin:0px 0px 12px 0px;
	padding:0;
	list-style: none;
	position: relative;
	width: 100%;
}

.imgScrollList_v li {
	width: 90%;
	height: 355px;
	overflow: hidden;
}

.imgScrollList_v li a {
	display: block;
	margin: 6px 12px 12px;
	width: 90%;
	height: 100px;
	overflow: hidden;
}

.courseIntroImgRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}