#gallery {
	width: 940px;
	height: 550px;
	background-color: #D3E0DA;
	margin: 0 auto;
	position:relative;
}

#gallery .myFace {
	
	
	
	background-image:url(../imgs/myFaceAnimated.png);
	background-repeat:no-repeat;
	width:285px;
	height:400px;
	position: absolute;
	top:65px;
	left:70px;
	
	
	-webkit-animation-name:eyesBlink, eyesBlinking, eyesBlinkingAgain, eyesBlinkingFinal;
	-webkit-animation-duration:.35s;
	-webkit-animation-delay:1s, 3s, 6s, 9s;
	-webkit-animation-timing-function:steps(6);
	-webkit-animation-iteration-count:1;
	-webkit-animation-fill-mode: forward;
	
	
	-moz-animation-name:eyesBlink, eyesBlinking, eyesBlinkingAgain, eyesBlinkingFinal;
	-moz-animation-duration:.35s;
	-moz-animation-delay:1s, 3s, 6s, 9s;
	-moz-animation-timing-function:steps(6);
	-moz-animation-iteration-count:1;
	-moz-animation-fill-mode: forward;
	
	animation-name:eyesBlink, eyesBlinking, eyesBlinkingAgain, eyesBlinkingFinal;
	animation-duration:.35s;
	animation-delay:1s, 3s, 6s, 9s;
	animation-timing-function:steps(6);
	animation-iteration-count:1;
	animation-fill-mode: forward;

}


#gallery p {
	text-align: left;
	padding-top: 177px;
	padding-right: 22px;
	margin-left: 420px;
	font-size: 20pt;
	line-height: 1.3;
	width: 440px;
	font-weight:400;
	color:#6AA38C;
	
	
	/*-webkit-animation-name:fadeIn;
	-webkit-animation-duration:.5s;
	-webkit-animation-timing-function:ease;
	-webkit-animation-iteration-count:1;
	-webkit-animation-fill-mode: forward;*/
	
	
}

#gallery p.ResponsiveSiteSneakPeak {
	padding-top: 15px;
	font-size: 20px;
	line-height: 1.4;
}


#gallery p.ResponsiveSiteSneakPeak a:link, #gallery p.ResponsiveSiteSneakPeak a:visited {
	color: #18595d;
}

#gallery p.ResponsiveSiteSneakPeak a:hover{
	color: #429895;
}

#gallery span{
	font-family: CabinMedium, sans-serif;
	color:#436B57;
}