#container-speech-steve{
		width:500px;
		height:300px;
		position:absolute;
		left:50%;
		margin-left:-250px;
		top:50%;
		margin-top:-200px;
		z-index:3;
		display:none;
	}
	#container-speech-steve-line-top{
		width:490px;
		overflow:hidden;
		position:absolute;
		top:6px;
	}
	#container-speech-steve-line-right{
		width:290px;
		overflow:hidden;
		position:absolute;
		top:-5px;
		left:488px;
		-webkit-transform:rotate(90deg);
		-webkit-transform-origin:left;
	}
	#container-speech-steve-line-bottom{
		width:490px;
		overflow:hidden;
		position:absolute;
		top:282px;
		left:500px;
		-webkit-transform:rotate(-180deg);
		-webkit-transform-origin:left;
	}
	#container-speech-steve-line-left{
		width:290px;
		overflow:hidden;
		position:absolute;
		top:290px;
		left:10px;
		-webkit-transform:rotate(-90deg);
		-webkit-transform-origin:left;
	}
	#content-speech{
		width:320px;
		height:200px;
		position:relative;
		left:50%;
		margin-left:-163px;
		top:40px;
		font-size: 20px;
	}
	#bt-connect{
		width:68px;
		height:68px;
		border-radius:50%;
		background:#333333;
		position:absolute;
		left:50%;
		margin-left:-34px;
		top:320px;
		text-align:center;
		opacity:0;
	}
	.bounceInBtConnect{
    		-Webkit-animation-name: bounceInMiniDots;
    		-Webkit-animation-duration: 0.5s;
    		-webkit-animation-timing-function: ease-out;
    		-webkit-animation-iteration-count: 1;
			-webkit-animation-direction: normal;
			-webkit-animation-play-state: running;
			-webkit-animation-fill-mode:forwards;
	    	}
	    	@-webkit-keyframes bounceInMiniDots
	    	{
	       		0%{-webkit-transform:scale(0,0);}
	       		30% {-webkit-transform:scale(1.08,1.08);}
	       		100% {-webkit-transform:scale(1,1);}
	    	}
	#bt-connect span{
		color:white;
		font-size:18px;
		position:relative;
		top:24px;
		opacity:0;
		letter-spacing: 1px;
		-webkit-transition:all 0.2s ease-out;
	}
	.connectGlow{
		opacity:1 !important;
	}
	.film-bt-connect{
		width:90px;
		height:90px;
		border-radius:50%;
		background:rgba(0,0,0,0.3);
		position:absolute;
		left:50%;
		margin-left:-45px;
		top:50%;
		margin-top:-45px;
		opacity:0;
	}