@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
#animate-area-orcheston-001 {
	width: 100%;
	height: 400px;
	background-image: url(../images/animated/orcheston-001.jpg);
	animation: animatedBackground 50s linear infinite alternate;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	animation: animatedBackground 50s linear infinite alternate;
	float: left;
}
#animate-area-orcheston-002 {
	width: 100%;
	height: 370px;
	background-image: url(../images/animated/orcheston-001.jpg);
	animation: animatedBackground 50s linear infinite alternate;
	float: left;
	background-repeat: no-repeat;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-size: 815px auto;
	background-position: 0% -3px;
	margin-left: auto;
	margin-right: auto;
}
