

.demo-wrap { margin-top: 70px; }

.demo-wrap .demo {
  width: 100%;
  height: 550px;
  margin: 0 auto;
  position: relative;
  -webkit-user-select: none;
}

.slide-wrap {
  width: 100%;
  height: 550px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.slide-wrap li {
  display: none;
  width: 335px;
  position: absolute;
  z-index: 0;
  overflow: hidden;
background: #f5f5f5; border-radius:10px; 	
 box-shadow: 0px 4px 3px -1px #06263d;
}

.slide-wrap li:after{ content:'';}

.slide-wrap .inner {
  position: relative;
  border: 3px solid #ecfdfd;
  border-radius: 5px;
}

.slide-wrap .inner a {
  text-decoration: none;
  border: none;
  outline: none;
}



.slide-wrap img {
  width: 100%;
  border: none;
  outline: none;
}

.slide-wrap .pos1 {
  display: block;
  width: 277px;
  height: 380px;
  top: 60px;
  left: 6%;
  z-index: 1;
}

.slide-wrap .pos2 {
  display: block;
  width: 302px;
  height: 414px;
  top: 35px;
  left: 20%;
  z-index: 2;
}

.slide-wrap .pos3 {
  display: block;
  width: 334px;
  height: 460px;
  top: 0;
  left: 35%;
  z-index: 3;
	
	
}

.slide-wrap .pos4 {
  display: block;
  width: 302px;
  height: 414px;
  top: 35px;
  right: 20%;
  z-index: 2;

}




.slide-wrap .pos5 {
  display: block;
  width: 277px;
  height: 380px;
  top: 60px;
  right: 6%;
  z-index: 1;
}

.slide-wrap .inner {
  overflow: hidden;
  position: relative;
}

.arrowslide {
  width: 33px;
  height: 68px;
  
  background:url(../img/slider-arrow.png) no-repeat;
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  font-style: normal;
	text-indent: -9999px;
 margin-top: -34px;	
}

.prev {
  left: 366px;
  background-position: 0px 0px;
}

.prev:hover, .prev:active {
  
  background-position: 0px -85px;
}

.next {
  right: 374px;
background-position: -366px 0px;
}


.next:hover, .next:active {

background-position: -366px -85px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	
	.prev{ left:30.5%;}
	.next{right: 14%;}
	
	
	
}



@media only screen and (max-width: 767px) {
	
	.prev{left:0px;}
	.next{ right:0px;}
	
	
}