@charset "UTF-8";
/* CSS Document */

.slider-frame{
	overflow: hidden;
	height: 720px;
	width: 1280px;
	margin: auto;
}

@-webkit-keyframes slide_animation {
	0% {right:0px;}
	10% {right:0px;}
	20% {right:1280px;}
	30% {right:1280px;}
	40% {right:2560px;}
	50% {right:2560px;}
	60% {right:3840px;}
	70% {right:3840px;}
	80% {right:5120px;}
	90% {right:5120px;}
	100% {right:0px;}
	
}

.slide-images{
	width:6400px;
	height:720px;
/*	margin: 0 0 0 0px; */
	margin: 5% 0 0 0px;
	position: relative;
	-webkit-animation-name: slide_animation;
	-webkit-animation-duration: 25s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-play-state: running;
}

.img-container{
	height: 720px;
	width: 1280px;
	margin:0;
	padding:0;
	position: relative;
	float: left;
}