@charset "utf-8";
@media screen and (max-width: 375px) {
	.imgshow .imgflash p {
		font-size: 1.5em;
	}
}
@media screen and (min-width: 376px) {
	.imgshow .imgflash p {
		font-size: 2.4em;
	}
}.imgflash {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    display: -webkids-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    overflow: hidden;
}
.imgshow #home:before {
	content: "";
	padding-top: 56.25%;
}
.imgshow #small:before {
	content: "";
	padding-top: 25%;
}
.imgshow li {
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
@keyframes round {
	3.5% {
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	23.5% {
		opacity: 0;
	}
}
.imgshow .photo {
	animation: round 30s infinite;
	opacity: 0;
}
.imgshow .photo:nth-child(1) {
	animation-delay: 0s;
}
.imgshow .photo:nth-child(2) {
	animation-delay: 6s;
}
.imgshow .photo:nth-child(3) {
	animation-delay: 12s;
}
.imgshow .photo:nth-child(4) {
	animation-delay: 18s;
}
.imgshow .photo:nth-child(5) {
	animation-delay: 24s;
}
.imgshow #home #p1 {
    background-image: url(https://www.roller-cutter.com/img/imgshow/rbm.jpg);
}
.imgshow #home #p2 {
    background-image: url(https://www.roller-cutter.com/img/imgshow/rcd.jpg);
}
.imgshow #home #p3 {
    background-image: url(https://www.roller-cutter.com/img/imgshow/tbm1.jpg);
}
.imgshow #home #p4 {
    background-image: url(https://www.roller-cutter.com/img/imgshow/tbm2.jpg);
}
.imgshow #home #p5 {
    background-image: url(https://www.roller-cutter.com/img/imgshow/tbm3.jpg);
}
.imgshow #small #p1 {
    background-image: url(https://www.roller-cutter.com/img/imgshow-small/rbm.jpg);
}
.imgshow #small #p2 {
    background-image: url(https://www.roller-cutter.com/img/imgshow-small/rcd.jpg);
}
.imgshow #small #p3 {
    background-image: url(https://www.roller-cutter.com/img/imgshow-small/tbm1.jpg);
}
.imgshow #small #p4 {
    background-image: url(https://www.roller-cutter.com/img/imgshow-small/tbm2.jpg);
}
.imgshow #small #p5 {
    background-image: url(https://www.roller-cutter.com/img/imgshow-small/tbm3.jpg);
}
.imgshow .imgflash p {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	color: #ffcc00;
    z-index: 10;
    text-align: right;
    position: absolute;
    top: 15%;
    right: 5%;
	margin: 0;
	padding: 0;
}
.imgshow br {
	line-height: 1.5em;
}
.imgshow #small p {
    text-shadow: 0.08em 0.08em #000000;
}
.imgflash .big{
    font-size: 1.4em;
    text-shadow: 0.08em 0.08em #000000;
}