* {
  box-sizing: border-box;
}

* {
	font-size: 0px;
	line-height: 0px;
}

div {
	position: absolute;
	left: 0px;
	top: 0px;
}

img {
	width: 970px;
	height: 250px;
}

#container {
	width: 970px;
	height: 250px;
	overflow-x: hidden;
  overflow-y: visible;
	-ms-overflow-style: none;
	overflow: hidden;
	visibility: hidden;
}

#container {
	top:50%;
  left:50%;
  margin-left:-485px;/* half width*/
  margin-top:-125px;/* half height*/
}

#clickScreen {
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}

#img img {
  width: 970px;
  height: 649px;
}

#img {
  top: -280px;
}

#bg, #main, #img {
  width: 970px;
	height: 250px;
  -webkit-transform-origin: 517px 98px;
  transform-origin: 517px 98px;
}

#bg1 {
  left: 0px;
}

#bg1 img {
  width: 417px;
  height: 250px;
}

#bg2 {
  left: 417px;
}

#bg2 img {
  width: 199px;
  height: 250px;
}

#bg3 {
  left: 616px;
}

#bg3 img {
  width: 355px;
  height: 250px;
}
