/* http://www.menucool.com */

/*slider frame*/
#sliderFrame {
  width: 1280px;
  margin: 0 auto;
  background-color: transparent;
  background: #bebebe; padding: 10px; border-radius: 4px; box-sizing: border-box;
}

#slider,
#slider div.sliderInner {
  width: 1150px;
  height: 500px;
}

#slider {
  /* float:left; */
  background: transparent url(loading.gif) no-repeat 50% 50%;
  position: relative;
  transform: translate3d(0, 0, 0);
  margin: 0 auto;
}

/* the link style (if an image is wrapped in a link) */
#slider a.imgLink,
#slider .video {
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
#slider .video {
  background: transparent url(video.png) no-repeat 50% 50%;
}

/* Caption styles */
#slider div.mc-caption-bg,
#slider div.mc-caption-bg2 {
  position: absolute;
  width: 600px; /* 400px */
  height: auto;
  padding: 10px 0; /* 10px will increase height.*/

  left: 190px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
  bottom: 10px; /*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/

  z-index: 3;
  overflow: hidden;
  font-size: 0;
}
#slider div.mc-caption-bg {
  /* NOTE: Its opacity is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
  background: transparent; /* or any other colors such as Black, or: background:none; */
  border: 1px solid white;
  border-radius: 5px;
}
#slider div.mc-caption-bg2 {
  background: none;
}
#slider div.mc-caption {
  font: bold 13px/16px Arial;
  color: #069;
  z-index: 4;
  text-align: center;
  background: none;
}
#slider div.mc-caption a {
  color: #060;
}

/*************************************************************************************************/
/*
/* Built-in navigation bullets wrapper
/*
/*************************************************************************************************/

#slider div.navBulletsWrapper {
  /* Its position is relative to the #slider */
  /* top:460px;
	text-align:center;
	background:none;
	position:relative;
	z-index:5;
	*/

  /* float:left; */
  top: 510px;
  z-index: 5;
  position: relative;
  text-align: center;
  border: none;
  background-color: transparent;
  display: flex;
	justify-content: space-between;
}

/* each bullet */
#slider div.navBulletsWrapper div {
  /*
	width:11px;
	height:11px;
    font-size:0;
	color:#ffffff;
    background:transparent url(bullet.png) no-repeat 0 0;
	display:none;
	zoom:1;
    overflow:hidden;
	cursor:pointer;
    margin:0 6px;
	*/

  float: left;
  margin: 4px 0px;
  width: 221px;
  padding: 4px 4px;
  font-family: Tahoma, Arial;
  font-size: 10pt;
  color: transparent;
  font-weight: bold;
  border: 1px solid #3e3d41;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: transparent;
  cursor: hand;
  cursor: pointer;
  height: 30px;
}

#slider div.navBulletsWrapper div.active {
  border: 1px solid #e33c19;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: transparent;
}
/*************************************************************************************************/

#htmlcaption {
  margin-top: 11px;
  text-align: center;
  font-family: Tahoma, Arial;
  font-size: 10pt;
  color: #000000;
  border: 1px solid transparent;
  width: 1150px;
  margin: 11px auto;
  display: flex;
  justify-content: space-between;
}

#captiontitle_1 {
  /* float: left; */
  width: 229px;
  margin-top: 2px;
  /* margin-left: 2px; */
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Tahoma, Arial;
  font-size: 10pt;
  /* color:#000000; */
  /* font-weight:bold; */
  /* background:transparent url(bg_caption.png) no-repeat 0 0; */
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #3e3d41;
  color: #fff;
  font-weight: normal;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
}

#captiontitle_2 {
  /* float: left; */
  width: 229px;
  margin-top: 2px;
  /* margin-left: 6px; */
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Tahoma, Arial;
  font-size: 10pt;
  /* color:#000000; */
  /* font-weight:bold; */
  /* background:transparent url(bg_caption.png) no-repeat 0 0; */
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #3e3d41;
  color: #fff;
  font-weight: normal;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
}

#captiontitle_3 {
  /* float: left; */
  width: 229px;
  margin-top: 2px;
  /* margin-left: 6px; */
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Tahoma, Arial;
  font-size: 10pt;
  /* color:#000000; */
  /* font-weight:bold; */
  /* background:transparent url(bg_caption.png) no-repeat 0 0; */
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #3e3d41;
  color: #fff;
  font-weight: normal;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
}

#captiontitle_4 {
  /* float: left; */
  width: 229px;
  margin-top: 2px;
  /* margin-left: 6px; */
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Tahoma, Arial;
  font-size: 10pt;
  /* color:#000000;
    font-weight:bold;
	background:transparent url(bg_caption.png) no-repeat 0 0; */
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #3e3d41;
  color: #fff;
  font-weight: normal;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
}

/*************************************************************************************************/
/*
/* thumbnails
/*
/*************************************************************************************************/
#thumbs {
  float: left;
  margin: 0px auto;
  width: 1280px;
  font: normal 11px/13px Arial;
  color: #000000;
  border-top: 0px solid #000000;
  background-color: #ffffff;
}
#thumbs .thumb {
  float: left;
  margin: 4px 3px;
  width: 221px;
  padding: 8px 8px;
  color: #000000;
  font-family: Tahoma, Arial;
  font-size: 10pt;
  font-weight: bold;
  border: 1px solid #e7401c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
}
#thumbs .thumb-on {
  border: 1px solid #e7401c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #dcdcdc;
}

#thumbs img {
  border: 1px solid #ddd;
  cursor: pointer;
  width: 70px;
  height: 44px;
}

#thumbs .frame {
  float: left;
  padding: 2px;
  border: 1px solid #ccc;
  background: white;
  border-radius: 3px;
  box-shadow: 0 0 3px #bbb;
  font-size: 0;
  line-height: 0;
}
#thumbs .thumb-content {
  float: left;
  width: 110px;
  padding-left: 18px;
}

/* Captions in #thumbs .thumb-content */
#thumbs .thumb-content p {
  font-weight: bold;
  color: #bf5d9b;
  margin: 0 0 3px;
  padding: 0;
}
#thumbs .thumb-on .thumb-content p {
  color: #bb0000;
}

/* --------- Others ------- */

#slider div.loading {
  width: 100%;
  height: 100%;
  background: transparent url(loading.gif) no-repeat 50% 50%;
  filter: alpha(opacity=60);
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

#slider img,
#slider > b,
#slider a > b {
  position: absolute;
  border: none;
  display: none;
}

#slider div.sliderInner {
  overflow: hidden;
  -webkit-transform: rotate(
    0.000001deg
  ); /* fixed the Chrome not crop border-radius bug*/
  position: absolute;
  top: 0;
  left: 0;
}

#slider > a,
#slider video,
#slider audio {
  display: none;
}
