

.thumb {
	height:140px;
	width:210px;
	top:136px;
	left:12px;
	position:relative;
	background-size:contain;
	box-shadow:-12px 0 0 12px #000;
}
.thumb:last-of-type {
  box-shadow:0 0 0 12px #000;
}
.thumb:after {
  content:attr(title);
  font:normal normal 20pt 'impact';
  position:relative;
}
.thumb:hover {
	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	-ms-filter: grayscale(80%);
	-o-filter: grayscale(80%);
	filter: grayscale(80%);
	filter: url(grayscale.svg#greyscale);
	filter: gray;
}
@-webkit-keyframes TMNT {
	0%  { left: 0px; }
	100% { left: -1200px; }
}
a.prev,a.next {
	height:27px;
	position:absolute;
	width:38px;
	top:31%;
	margin-top:-65px;
	opacity:0.6;
	text-indent:-99999px;
	cursor:pointer;
	border:1px solid #b3b0b0;
	-webkit-transition:opacity 200ms ease-out;
}
a.prev:hover,a.next:hover {
	opacity:1;
}
.prev {
	right:36px;
	background: url('../images/left-arrow.png') no-repeat 9px 4px;
}
.next {
	right:0;
	background: url('../images/right-arrow.png') no-repeat 12px 4px;
}
.slider {
	height:10vh;
	position: relative;
}
.scroll {
	position:absolute;
	height:100%;
	width:100%;
}
.slider .scroll:target {
	z-index: 100;
}
