img {
	-webkit-backface-visibility: hidden; -webkit-transform-style: preserve-3d;
}
.controls div {
	margin: 1px; padding: 5px; border-radius: 4px; border: 1px solid rgb(255, 255, 255); border-image: none; color: rgb(255, 255, 255); display: inline-block;
}
.controls div:not(.counter):hover {
	background: rgba(255, 255, 255, 0.9); color: rgb(0, 0, 0);
}
.controls div:not(.counter) {
	background: rgb(190, 41, 16); cursor: pointer;
}
.fullScreen_controls.controls div:not(.counter):hover {
	background: rgba(255, 255, 255, 0.9); color: rgb(0, 0, 0);
}
.fullScreen_controls.controls div:not(.counter) {
	background: rgba(0, 0, 0, 0.82); cursor: pointer;
}
.controls div.sel {
	background: rgba(255, 255, 255, 0.9);
}
.thumbnailsContainer {
	background: rgba(255, 255, 255, 0.4); padding: 4px; right: 0px; bottom: 0px; line-height: 0; font-size: 0px; position: fixed;
}
.thumbnailsContainer img {
	margin: 2px; border: 3px solid transparent; border-image: none; width: 40px; height: auto; display: inline-block; cursor: pointer;
}
.thumbnailsContainer img.sel {
	margin: 2px; border: 3px solid white; border-image: none; width: 40px; display: inline-block; cursor: pointer;
}
