#container-story12{
		position:absolute;
		width:600px;
		height:600px;
	}
	#comeback_jobs{
		width:610px;
		height:610px;
		background:url(../img/story12/comeback_jobs.png);
		-Webkit-animation:2s comeback_could ease-in-out infinite alternate;
	}
	@-webkit-keyframes comeback_could
    	{
       		0%{-webkit-transform:translateY(0px);}
       		100% {-webkit-transform:translateY(10px);}
    	}

    #comeback_team{
    	width:610px;
    	height:610px;
    	background:url(../img/story12/comeback_rope_sprite.png);
    }
	#comeback_clo_sprite{
		width:177px;
		height:107px;
		background:url(../img/story12/comeback_clo_sprite.png)0 0 no-repeat;
		position:absolute;
		left:-15px;
		top:224px;
		-Webkit-animation:2s comeback_could ease-in-out infinite alternate;
	}
	#comeback_could_L_top{
		left:-10px;
		top:81px;
		-webkit-animation:3s comeback_could_X infinite alternate;
	}
	#comeback_could_M_top{
		left:358px;
		-webkit-animation:2s comeback_could_X infinite alternate;
		-webkit-animation-delay:1s;
	}
	#comeback_could_R{
		left:419px;
		top:79px;
		-webkit-animation:3s comeback_could_Y infinite alternate;
		-webkit-animation-delay:0.5s;
	}
	#comeback_could_R_bottom{
		left:389px;
		top:517px;
		-webkit-animation:2s comeback_could_X infinite alternate;
		-webkit-animation-delay:0.5s;
	}
	@-webkit-keyframes comeback_could_X{
		from{-webkit-transform:translateX(0px)}
		to{-webkit-transform:translateX(6px)}
	}

	@-webkit-keyframes comeback_could_Y
    	{
       		0%{-webkit-transform:translateY(0px);}
       		100% {-webkit-transform:translateY(-5px);}
    	}