#thumbs{
	width: 110px;
	height: 500px;
	float:left;
	
}
.thumb {
  width: 108px;
  height: 110px;
  cursor: pointer;
  display: inline-block;
  /*float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;*/
  position: relative;
  background: #FFFFFF;
  margin-bottom:10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
	border:1px solid #fff;
}

.slider {
  position: relative;
	float:left;
	margin-left:10px;
  /*top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  width: 520px;
  height: 500px;
  /*box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);*/
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
}

.wrapper {
  overflow: hidden;
  position: relative;
  background: #fff;
  z-index: 1;
}

#items {
  width: 10000px;
  position: relative;
  top: 0;
  left: -520px;
}

#items.shifting {
  transition: left .2s ease-out;
}

.slide {
  width: 520px;
  height: 500px;
  cursor: pointer;
  float: left;
  /*display: inline-block;
  flex-direction: column;
  justify-content: center;*/
  transition: all 1s;
  position: relative;
  background-position: center;
}

.slider.loaded .slide {
  background: #FFFFFF;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/*.slider.loaded .slide:nth-child(3) {
  background: #00FFFF;
}*/
@media screen and (max-width: 1240px) {
	#thumbs{
		height: 500px;
	}
	.slider {
		width:420px;
		height: 500px;
	}
	#items {
		left: -420px;
	}
	.slide {
		width:420px;
		height: 500px;
	}
	
	
}
@media screen and (max-width: 1170px) {
	#thumbs{
		height: 480px;
	}
	.slider {
		width:400px;
		height: 480px;
	}
	#items {
		left: -400px;
	}
	.slide {
		width:400px;
		height: 480px;
	}
	
	
}
@media screen and (max-width: 1110px) {
	#thumbs{
		height: 450px;
	}
	.slider {
		width:350px;
		height: 450px;
	}
	#items {
		left: -350px;
	}
	.slide {
		width:350px;
		height: 450px;
	}
	
	
}
@media screen and (max-width: 1050px) {
	#thumbs{
		height: 510px;
	}
	.slider {
		width:500px;
		height: 510px;
	}
	#items {
		left: -500px;
	}
	.slide {
		width:500px;
		height: 510px;
	}
	
	
}
@media screen and (max-width: 660px) {
	#thumbs{
		height: 480px;
	}
	.slider {
		width:450px;
		height: 480px;
	}
	#items {
		left: -450px;
	}
	.slide {
		width:450px;
		height: 480px;
	}
}
@media screen and (max-width: 600px) {
	#thumbs{
		height: 460px;
	}
	.slider {
		width:400px;
		height: 460px;
	}
	#items {
		left: -400px;
	}
	.slide {
		width:400px;
		height: 460px;
	}
}
@media screen and (max-width: 550px) {
	#thumbs{
		height: 440px;
	}
	.slider {
		width:350px;
		height: 440px;
	}
	#items {
		left: -350px;
	}
	.slide {
		width:350px;
		height: 440px;
	}
}
@media screen and (max-width: 500px) {
	#thumbs{
		height: 400px;
	}
	.slider {
		width:300px;
		height: 400px;
	}
	#items {
		left: -300px;
	}
	.slide {
		width:300px;
		height: 400px;
	}
}
@media screen and (max-width: 450px) {
	#thumbs{
		height: 380px;
		width: 90px;
	}
	.thumb {
		width: 88px;
		height: 100px;
	}
	.slider {
		width:315px;
		height: 380px;
	}
	#items {
		left: -315px;
	}
	.slide {
		width:315px;
		height: 380px;
	}
}
@media screen and (max-width: 435px) {
	#thumbs{
		height: 340px;
		width: 90px;
	}
	.thumb {
		width: 88px;
		height: 90px;
	}
	.slider {
		width:300px;
		height: 340px;
	}
	#items {
		left: -300px;
	}
	.slide {
		width:300px;
		height: 340px;
	}
}
@media screen and (max-width: 424px) {
	#thumbs{
		height: 340px;
		width: 90px;
	}
	.thumb {
		width: 88px;
		height: 90px;
	}
	.slider {
		width:290px;
		height: 340px;
	}
	#items {
		left: -290px;
	}
	.slide {
		width:290px;
		height: 340px;
	}
}
@media screen and (max-width: 414px) {
	#thumbs{
		height: 320px;
		width: 90px;
	}
	.thumb {
		width: 88px;
		height: 80px;
	}
	.slider {
		width:280px;
		height: 320px;
	}
	#items {
		left: -280px;
	}
	.slide {
		width:280px;
		height: 320px;
	}
}
@media screen and (max-width: 399px) {
	#thumbs{
		width: 90px;
	}
	.thumb {
		width: 88px;
	}
	.slider {
		width:265px;
	}
	#items {
		left: -265px;
	}
	.slide {
		width:265px;
	}
}
@media screen and (max-width: 379px) {
	#thumbs{
		display:none;
	}
	.slider {
		width:340px;
		height: 310px;
	}
	#items {
		left: -340px;
	}
	.slide {
		width:340px;
		height: 310px;
	}
}
@media screen and (max-width: 374px) {
	.slider {
		width:335px;
		height: 310px;
	}
	#items {
		left: -335px;
	}
	.slide {
		width:335px;
		height: 310px;
	}
}
@media screen and (max-width: 369px) {
	.slider {
		width:330px;
		height: 300px;
	}
	#items {
		left: -330px;
	}
	.slide {
		width:330px;
		height: 300px;
	}
}
@media screen and (max-width: 359px) {
	.slider {
		width:320px;
		height: 300px;
	}
	#items {
		left: -320px;
	}
	.slide {
		width:320px;
		height: 300px;
	}
}
@media screen and (max-width: 349px) {
	.slider {
		width:310px;
		height: 300px;
	}
	#items {
		left: -310px;
	}
	.slide {
		width:310px;
		height: 300px;
	}
}
@media screen and (max-width: 339px) {
	.slider {
		width:300px;
		height: 260px;
	}
	#items {
		left: -300px;
	}
	.slide {
		width:300px;
		height: 260px;
	}
}
@media screen and (max-width: 329px) {
	#thumbs{
		display:none;
	}
	.slider {
		width:290px;
		height: 260px;
	}
	#items {
		left: -290px;
	}
	.slide {
		width:290px;
		height: 260px;
	}
}
@media screen and (max-width: 320px) {
	#thumbs{
		display:none;
	}
	.slider {
		width:290px;
	}
	#items {
		left: -290px;
	}
	.slide {
		width:290px;
	}
}


/*
.control {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 20px;
  margin-top: -20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.prev,
.next {
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.prev {
  background-image: url(https://cdn0.iconfinder.com/data/icons/navigation-set-arrows-part-one/32/ChevronLeft-512.png);
  left: -20px;
}

.next {
  background-image: url(https://cdn0.iconfinder.com/data/icons/navigation-set-arrows-part-one/32/ChevronRight-512.png);
  right: -20px;
}

.prev:active,
.next:active {
  transform: scale(0.8);
}
*/