.gallery .control-operator:target ~ {
	color: #ccc;
	color: rgba(255, 255, 255, 0.4);
}
.gallery .control-operator:nth-of-type(1):target ~
.gallery .control-operator:nth-of-type(2):target ~
.gallery .control-operator:nth-of-type(3):target ~
.gallery .control-operator:nth-of-type(4):target ~
.gallery .control-operator:nth-of-type(5):target ~
.gallery .control-operator:nth-of-type(6):target ~
.gallery .control-operator:nth-of-type(7):target ~
.gallery .control-operator:nth-of-type(8):target ~ {
	color: rgba(255, 255, 255, 0.8);
}
.gallery .item:first-of-type {
	position: static;
	pointer-events: auto;
	opacity: 1;
}
.gallery .item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.gallery .control-operator {
	display: none;
}
.gallery .control-operator:target ~ .item {
	pointer-events: none;
	opacity: 0;
	-webkit-animation: none;
	-o-animation: none;
	animation: none;
}
.gallery .control-operator:target ~ {
	-webkit-animation: none;
	-o-animation: none;
	animation: none;
}
@-webkit-keyframes galleryAnimation-8 {
	0% {
		opacity: 0;
	}
	1.8%, 12.5% {
		opacity: 1;
	}
	14.3%, 100% {
		opacity: 0;
	}
}
@-o-keyframes galleryAnimation-8 {
	0% {
		opacity: 0;
	}
	1.8%, 12.5% {
		opacity: 1;
	}
	14.3%, 100% {
		opacity: 0;
	}
}
@keyframes galleryAnimation-8 {
	0% {
		opacity: 0;
	}
	1.8%, 12.5% {
		opacity: 1;
	}
	14.3%, 100% {
		opacity: 0;
	}
}
.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
	pointer-events: auto;
	opacity: 1;
}
.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
	pointer-events: auto;
	opacity: 1;
}
.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
	pointer-events: auto;
	opacity: 1;
}
.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
	pointer-events: auto;
	opacity: 1;
}
.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
	pointer-events: auto;
	opacity: 1;
}
.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
	pointer-events: auto;
	opacity: 1;
}
.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
	pointer-events: auto;
	opacity: 1;
}
.gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8) {
	pointer-events: auto;
	opacity: 1;
}
.items-8.autoplay .item {
	-webkit-animation: galleryAnimation-8 55s infinite;
	-o-animation: galleryAnimation-8 55s infinite;
	animation: galleryAnimation-8 55s infinite;
}
.items-8 .item:nth-of-type(1) {
	-webkit-animation-delay: -1s;
	-o-animation-delay: -1s;
	animation-delay: -1s;
}
.items-8 .item:nth-of-type(2) {
	-webkit-animation-delay: 6s;
	-o-animation-delay: 6s;
	animation-delay: 6s;
}
.items-8 .item:nth-of-type(3) {
	-webkit-animation-delay: 13s;
	-o-animation-delay: 13s;
	animation-delay: 13s;
}
.items-8 .item:nth-of-type(4) {
	-webkit-animation-delay: 19s;
	-o-animation-delay: 19s;
	animation-delay: 19s;
}
.items-8 .item:nth-of-type(5) {
	-webkit-animation-delay: 26s;
	-o-animation-delay: 26s;
	animation-delay: 26s;
}
.items-8 .item:nth-of-type(6) {
	-webkit-animation-delay: 33s;
	-o-animation-delay: 33s;
	animation-delay: 33s;
}
.items-8 .item:nth-of-type(7) {
	-webkit-animation-delay: 40s;
	-o-animation-delay: 40s;
	animation-delay: 40s;
}
.items-8 .item:nth-of-type(8) {
	-webkit-animation-delay: 47s;
	-o-animation-delay: 47s;
	animation-delay: 47s;
}
.gallery {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 450px;
	height: 190px;
}
.gallery .item {
	border: 1px solid #000;
	width: 450px;
	height: 189px;
	margin: 0px;
	overflow: hidden;
	text-align: center;
	background: #ffffff;
}