.slide_show_slide_in2_link_5{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.slide_show_slide_in2_link_5:before{
	content: "";
	display: block;
	padding-top: 66%;
}
.slide_show_slide_in2_link_5_1{
	position: absolute;
	width: 100%;
	top: 0;
	animation: slide_show_slide_in2_link_5 30s infinite;
}
.slide_show_slide_in2_link_5_2{
	position: absolute;
	width: 100%;
}
.slide_show_slide_in2_link_5_2:nth-of-type(1){
	left: 0%;
}
.slide_show_slide_in2_link_5_2:nth-of-type(2){
	left: 100%;
}
.slide_show_slide_in2_link_5_2:nth-of-type(3){
	left: 200%;
}
.slide_show_slide_in2_link_5_2:nth-of-type(4){
	left: 300%;
}
.slide_show_slide_in2_link_5_2:nth-of-type(5){
	left: 400%;
}
.slide_show_slide_in2_link_5_2:nth-of-type(6){
	left: 500%;
}
.slide_show_slide_in2_link_5_2:nth-of-type(7){
	left: 600%;
}
.slide_show_slide_in2_link_5_2 img{
	width:100%;
}
@keyframes slide_show_slide_in2_link_5{
	0%{
		left: -100%;
	}

	16%{
		left: -100%;
	}

	20%{
		left: -200%;
	}

	36%{
		left: -200%;
	}

	40%{
		left: -300%;
	}

	56%{
		left: -300%;
	}

	60%{
		left: -400%;
	}

	76%{
		left: -400%;
	}

	80%{
		left: -500%;
	}

	96%{
		left: -500%;
	}

	100%{
		left: -600%;
	}
}
