@keyframes extendBeside {
	from {
		animation-timing-function: linear;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} to {
		animation-timing-function: linear;
		transform: translate(0px,0px) scale(4,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 
}