.container {
  margin: 0 auto;
}

/* Example wrapper */

#slider {
	width: calc(800px + 140px * 2);
  height: auto;
	margin: 0 auto;
  overflow: hidden;
	text-align: center;
}

#tt_right {
	width: calc(800px + 140px * 2);
  height: auto;
	margin: 0 auto;
  overflow: hidden;
	text-align: center;
}

#tt_right #basic {
	width: 800px;
	float: left;
	border-bottom: 0;
	border-top: 0;
	overflow: hidden;
}
#tt_right .arrow {
	width: 140px;
	height: 486px;
	float: left;
	padding: 0;
	box-sizing: border-box;
	color: #ddd;
	text-align: center;

}
.arrow:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.inner_ {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  transition: background-color .3s ease;
  -moz-transition: background-color .3s ease; 
  -webkit-transition: background-color .3s ease; 
  -o-transition: background-color .3s ease;
}
.inner_.disabled, .inner_.disabled:hover  {
  cursor: default;
  background: transparent;
}
.inner_:hover {
  background-color: #109fe2;
}
.prevPage {
  background-image: url("/theme/mercury/images/tutorial/arrow_left.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.nextPage {
  background-image: url("/theme/mercury/images/tutorial/arrow_right.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.prevPage:hover, .nextPage:hover {
  background-position: -50px 0;
}

.prodcut_wrap_module > li > a {
  display: block;
}

/* Frame */

.frame {
  overflow: hidden;
}

.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}

.frame ul li {
	float: left;
	width: 800px;
  box-sizing: border-box;
	text-align: center;
}

.frame ul li.active {
  color: black;
}

.frame ul li img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.frame ul li .info h1 {
  color: #000;
  float: left;
  font-size: 18px;
  line-height: normal;
  margin: 0;
}
.frame ul li .info .share_zone {
  float: right;
}
.frame ul li .info .share_zone iframe {
  display: block;
}

/* Scrollbar */

.scrollbar {
  margin: 0 0 1em 0;
  height: 2px;
  background: #ccc;
  line-height: 0;
}

.scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #292a33;
  cursor: pointer;
}

.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}


/* Pages */

.pages {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.pages:before {
  content: "";
  height: 10px;
  display: block;
}
.pages li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  text-indent: -999px;
  border-radius: 15px;
  border: 1px solid #109fe2;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
}

.pages li:hover {
  background: #c1ebff;
}

.pages li.active {
  background: #109fe2;
}


/* Controls */

.controls {
  margin: 25px 0;
  text-align: center;
}
