#container-story11{
		position:absolute;
		width:600px;
		height:600px;
	}
	#zen_bg{
		-Webkit-animation-name: zen_bg;
		-Webkit-animation-duration:200s;
		-webkit-animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
	}
	@-webkit-keyframes zen_bg
	{
		0%{-webkit-transform:rotate(0deg);}
		100%{-webkit-transform:rotate(360deg);}
	}

	#zen_jobs{
		-Webkit-animation-name: zen_jobs;
		-Webkit-animation-duration:2s;
		-webkit-animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
	}
	@-webkit-keyframes zen_jobs
	{
		0%{-webkit-transform:translateY(-5px);}
		100%{-webkit-transform:translateY(5px);}
	}

	#zen_aura{
		top:10px;
		-Webkit-animation-name: zen_aura;
		-Webkit-animation-duration:3s;
		-webkit-animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
		-webkit-animation-play-state: running;
		-webkit-animation-fill-mode:forwards;
		-webkit-transform-origin:center top;
	}
	@-webkit-keyframes zen_aura
	{
		0%{opacity:0.5;}
		100%{opacity:1;}
	}

	#zen_content{
		position:absolute;
		left:-180px;
		top:0px;
		-webkit-animation:200s zen_content infinite linear;
		-webkit-transform-origin:center top;
	}
	@-webkit-keyframes zen_content{
		from {
			-webkit-transform:rotate(0deg)
				translate(180px)
				rotate(0deg);
		}
		to {
			-webkit-transform:rotate(360deg)
				translate(180px)
				rotate(-360deg);
		}
	}
	#zen_icon_circle_line{
		position:absolute;
		left:484px;
		top:241px;
	}