
.demo-wrap .demo {
	max-width: 1000px;
	height: 307px;
	margin: 0 auto;
	position: relative;
	-webkit-user-select: none;
}
.slide-wrap {
	max-width: 1000px;
	height: 312px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.gallery-images .slide-wrap li {
	display: none;
	position: absolute;
	z-index: 0;
	overflow: hidden;
}
.gallery-images .slide-wrap .inner {
	position: relative;
}
.gallery-images .slide-wrap .inner a {
	text-decoration: none;
	border: none;
	outline: none;
}
.gallery-images .slide-wrap .pic-tit {
	font-size: 14px;
	width: 100%;
	height: 65px;
	line-height: 65px;
	background: #1ca297;
	position: absolute;
	bottom: 2px;
	left: 0;
	z-index: 99999;
	text-align: center;
	color: #FFF;
	overflow: hidden;
}
.slide-wrap img {
	width: 100%;
	border: none;
	outline: none;
}
.gallery-images .slide-wrap .pos1 {
	display: block;
	left:0%;
	top: 75px;
	z-index: 1;
}
.gallery-images .slide-wrap .pos2 {
	display: block;
	top: 0px;
	left: 31%;
	z-index: 3;
}
.gallery-images .slide-wrap li:focus{
	border:3px solid red;
}
.gallery-images .slide-wrap .pos3 {
	display: block;
	left: 62%;
	top: 75px;
	z-index: 1;
}
.gallery-images .slide-wrap .inner {
	overflow: hidden;
	position: relative;
	border: 23px solid #fff;
}
.gallery-images .slide-wrap .actGallery .inner {
	border: 23px solid #abe8e9;
}
.arrow {
	width: 124px;
	height: 60px;
	position: absolute;
	bottom: 160px;
	z-index: 10;
	cursor: pointer;
}
.demo-wrap .prev {
left: 139.5%;
bottom: 24px;
background:#aae2f0 url(../images/scroll-l-s.png) no-repeat scroll center 42px;
}

.demo-wrap .next {
	right: -59.3%;
	bottom: -36px;
	background: #aae2f0 url(../images/scroll-r-s.png) no-repeat scroll center 8px;
}
.demo-wrap .prev:hover{
	background:#aae2f0 url(../images/scroll-l-s-h.png) no-repeat scroll center 42px;
}
.demo-wrap .next:hover{
	background:#aae2f0 url(../images/scroll-r-s-h.png) no-repeat scroll center 8px;
}
.play {
	background: peru none repeat scroll 0 0;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	top: 30%;
	left: 50%;
}
@media screen and (max-width: 980px) {
	.demo-wrap .prev {
	left: 117%;
	bottom: 4px;
}
.demo-wrap .next {
	right: -36.8%;
	bottom: -56px;
}
}
@media screen and (max-width: 768px) {
	.demo-wrap .prev {
	left: 30%;
	bottom: -55px;
	background: url(../images/scroll-l-s.png) no-repeat scroll center 42px;
}
.demo-wrap .next {
	right: 37.2%;
	bottom: -89px;
	background: url(../images/scroll-r-s.png) no-repeat scroll center 8px;
}
	.demo-wrap .prev:hover {
	background: url(../images/scroll-l-s.png) no-repeat scroll center 42px;
}
.demo-wrap .next:hover {
	background: url(../images/scroll-r-s.png) no-repeat scroll center 8px;
}
}
@media screen and (max-width: 480px) {
	.demo-wrap .prev {
	left: 31%;
	bottom: -95px;
}
.demo-wrap .next {
	right: 36.2%;
	bottom: -129px;
}
}