#container-story09{
		position:absolute;
		width:600px;
		height:600px;
	}
	.could{position:absolute;}
	#could01{left:-11; top:300px;
		-Webkit-animation-name: could01;
    	-Webkit-animation-duration: 50s;
    	-webkit-animation-delay:-20s;
	}
	#could02{left:216px; top:43px;
		-Webkit-animation-name: could02;
    	-Webkit-animation-duration: 120s;
    	-webkit-animation-delay:-60s;
	}
	#could03{left:401px; top:38px;
		-Webkit-animation-name: could03;
    	-Webkit-animation-duration: 150s;
    	-webkit-animation-delay:-30s;
	}
	#could04{left:528px; top:169px;
		-Webkit-animation-name: could04;
    	-Webkit-animation-duration: 120s;
    	-webkit-animation-delay:-10s;
	}
	
    @-webkit-keyframes could01{
       		0%{left:250;}
       		100% {left:-100;}
    	}

    @-webkit-keyframes could02{
       		0%{left:610;}
       		100% {left:-100;}
    	}

    @-webkit-keyframes could03{
       		0%{left:610;}
       		100% {left:-100;}
    	}

   	@-webkit-keyframes could04{
       		0%{left:610;}
       		100% {left:-100;}
    	}

    .animate_setup{
    	-webkit-animation-timing-function: linear;
    	-webkit-animation-iteration-count: infinite;
		-webkit-animation-play-state: running;
		
    }

    #monitor_text{
    	position:absolute;
    	left:403px;
    	top:144px;
    	-Webkit-animation-name: success_monitor;
    	-Webkit-animation-duration: 3s;
    	-webkit-animation-delay:-2s;
    	-webkit-animation-timing-function: ease-out;
    	-webkit-animation-iteration-count: infinite;
		-webkit-animation-play-state: running;
    }
    @-webkit-keyframes success_monitor{
    	0%{opacity:0;-webkit-transform:scale(1,0);}
    	15%{opacity:1;}
    	20%{-webkit-transform:scale(1,1);}
    	100%{opacity:1;}
    }