@charset "UTF-8";

div.slideshow-note {
	color: inherit;
	background-color: inherit;
}

div.slideshow-photos {
	position: relative;
	opacity: 1;
}

div.slideshow-button {
	display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

img.navi-play {
	display: none;
}

img.navi-pause {
	display: none;
}