#slide {
	width: 384px;
	height:216px;
	border:1px solid red;
	background-color: gray;
	background-repeat: no-repeat;
	background-image: url(/prx/000/http/www.openspc2.org/reibun/CSS3/example/slideshow/0002/sample/0001/css/images/1.jpg), url(/prx/000/http/www.openspc2.org/reibun/CSS3/example/slideshow/0002/sample/0001/css/images/2.jpg), url(/prx/000/http/www.openspc2.org/reibun/CSS3/example/slideshow/0002/sample/0001/css/images/3.jpg), url(/prx/000/http/www.openspc2.org/reibun/CSS3/example/slideshow/0002/sample/0001/css/images/4.jpg), url(/prx/000/http/www.openspc2.org/reibun/CSS3/example/slideshow/0002/sample/0001/css/images/5.jpg), url(/prx/000/http/www.openspc2.org/reibun/CSS3/example/slideshow/0002/sample/0001/css/images/1.jpg);
	background-position: 0px top, 384px top, 768px top, 1152px top, 1536px top, 1920px top;
	animation : "side" 20s linear 0s infinite normal;
	-webkit-animation : "side" 10s linear 0s infinite normal;
}
@keyframes "side" {
	0% { background-position: 384px top, 384px top, 384px top, 384px top, 384px top, 0px top; }
	15% { background-position: 384px top, 384px top, 384px top, 384px top, 384px top, 0px top; }
	20% { background-position: 384px top, 384px top, 384px top, 384px top, 0px top, 0px top; }
	35% { background-position: 384px top, 384px top, 384px top, 384px top, 0px top, 0px top; }
	40% { background-position: 384px top, 384px top, 384px top, 0px top, 0px top, 0px top; }
	55% { background-position: 384px top, 384px top, 384px top, 0px top, 0px top, 0px top; }
	60% { background-position: 384px top, 384px top, 0px top, 0px top, 0px top, 0px top; }
	75% { background-position: 384px top, 384px top, 0px top, 0px top, 0px top, 0px top; }
	80% { background-position: 384px top, 0px top, 0px top, 0px top, 0px top, 0px top; }
	95% { background-position: 384px top, 0px top, 0px top, 0px top, 0px top, 0px top; }
	100% { background-position: 0px top, 0px top, 0px top, 0px top, 0px top; }
}
@-webkit-keyframes "side" {
	0% { background-position: 384px top, 384px top, 384px top, 384px top, 384px top, 0px top; }
	15% { background-position: 384px top, 384px top, 384px top, 384px top, 384px top, 0px top; }
	20% { background-position: 384px top, 384px top, 384px top, 384px top, 0px top, 0px top; }
	35% { background-position: 384px top, 384px top, 384px top, 384px top, 0px top, 0px top; }
	40% { background-position: 384px top, 384px top, 384px top, 0px top, 0px top, 0px top; }
	55% { background-position: 384px top, 384px top, 384px top, 0px top, 0px top, 0px top; }
	60% { background-position: 384px top, 384px top, 0px top, 0px top, 0px top, 0px top; }
	75% { background-position: 384px top, 384px top, 0px top, 0px top, 0px top, 0px top; }
	80% { background-position: 384px top, 0px top, 0px top, 0px top, 0px top, 0px top; }
	95% { background-position: 384px top, 0px top, 0px top, 0px top, 0px top, 0px top; }
	100% { background-position: 0px top, 0px top, 0px top, 0px top, 0px top; }
}