#face {
	position: relative;
	margin: 0 0 0 250px;
	width: 500px;
	height: 546px;
	cursor: pointer;
}

#face .balloon {
	position: absolute;
	top: 50px;
	left: 427px;
	z-index: 300;
}

	#face .balloon .base {
		position: relative;
		width: 250px;
		height: 219px;
		background: url(../images/anim_balloon.png) left top no-repeat;
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform-origin: left bottom;
		-moz-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		-o-transform-origin: left bottom;
		transform-origin: left bottom;
	}

		.ua-ie-7 #face .balloon .base { opacity: 1; } /* for compatibility mode */

		.ua-ie-7 body.cheetah  #face .balloon .base,
		.ua-ie-8 body.cheetah  #face .balloon .base,
		.ua-ie-9 body.cheetah  #face .balloon .base { background-image: url(../../corenasbaby/images/balloon.gif); }
		.ua-ie-7 body.alpaca   #face .balloon .base,
		.ua-ie-8 body.alpaca   #face .balloon .base,
		.ua-ie-9 body.alpaca   #face .balloon .base { background-image: url(../../aisbaby/images/balloon.gif); }
		.ua-ie-7 body.elephant #face .balloon .base,
		.ua-ie-8 body.elephant #face .balloon .base,
		.ua-ie-9 body.elephant #face .balloon .base { background-image: url(../../poolysbaby/images/balloon.gif); }

	#face .balloon .text {
		position: absolute;
		top: 45px;
		left: 52px;
		opacity: 0;
		filter: alpha(opacity=0);
	}

		.ua-ie-7 #face .balloon .text { opacity: 1; } /* for compatibility mode */

#face .parent {
	position: absolute;
	top: 194px;
	left: 250px;
	opacity: 0;
	-webkit-transform: translateY(100px) rotateX(-25deg);
	-moz-transform: translateY(100px) rotateX(-25deg);
	-ms-transform: translateY(100px) rotateX(-25deg);
	-o-transform: translateY(100px) rotateX(-25deg);
	transform: translateY(100px) rotateX(-25deg);
	-webkit-transform-style: preserve3d;
}

	.ua-ie-7 #face .parent { opacity: 1; } /* for compatibility mode */

#face .baby {
	position: absolute;
	top: 418px;
	left: 250px;
	opacity: 0;
	-webkit-transform: translateY(50px) rotateX(-25deg);
	-moz-transform: translateY(50px) rotateX(-25deg);
	-ms-transform: translateY(50px) rotateX(-25deg);
	-o-transform: translateY(50px) rotateX(-25deg);
	transform: translateY(50px) rotateX(-25deg);
	-webkit-transform-style: preserve3d;
	-moz-transform-style: preserve3d;
}

	.ua-ie-7 #face .baby { opacity: 1; } /* for compatibility mode */

	.ua-ie-7 .faceMask,
	.ua-ie-8 .faceMask,
	.ua-ie-9 .faceMask { position: absolute; top: 0; left: 0; z-index: 200; width: 100%; height: 546px; }

	.ua-ie-7 #cheetah .faceMask,
	.ua-ie-8 #cheetah .faceMask,
	.ua-ie-9 #cheetah .faceMask { background: #ffdc00; }

	.ua-ie-7 #alpaca  .faceMask,
	.ua-ie-8 #alpaca  .faceMask,
	.ua-ie-9 #alpaca  .faceMask { background: #efecdc; }

	.ua-ie-7 #elephant .faceMask,
	.ua-ie-8 #elephant .faceMask,
	.ua-ie-9 #elephant .faceMask { background: #549dcf; }

#gh .birth {
	opacity: 0;
	filter: alpha(opacity=0);
}

	.ua-ie-7 #gh .birth { opacity: 1; } /* for compatibility mode */

#main {
	margin: 54px auto 0 auto;
	width: 862px;
}

#main .day {
	position: relative;
	clear: both;
	margin-bottom: 40px;
}

#main .day .photo {
	position: relative;
	z-index: 200;
	padding: 15px;
	width: 500px;
	height: 330px;
	background: url(../../common/images/anim_frame.png) no-repeat;
	-webkit-transform-origin: center top;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-iteration-count: 1;
	-webkit-backface-visibility: hidden;
	-webkit-animation-property: -webkit-transform;

	-moz-transform-style: preserve3d;
}

	#main .dayL .photo { float: left; }
	#main .dayR .photo { float: right; }

		@-webkit-keyframes 'flowL' {
		    0% {
				-webkit-transform: rotateX(0deg) rotateZ(0deg) translateY(0px) translateZ(10px);
		    }
		    50% {
				-webkit-transform: rotateX(20deg) rotateZ(5deg) translateY(10px) translateZ(20px);
		    }
		    100% {
				-webkit-transform: rotateX(0deg) rotateZ(0deg) translateY(0px) translateZ(10px);
		    }
		}

		@-webkit-keyframes 'flowR' {
		    0% {
				-webkit-transform: rotateX(0deg) rotateZ(0deg) translateY(0px) translateZ(10px);
		    }
		    50% {
				-webkit-transform: rotateX(20deg) rotateZ(-5deg) translateY(10px) translateZ(20px);
		    }
		    100% {
				-webkit-transform: rotateX(0deg) rotateZ(0deg) translateY(0px) translateZ(10px);
		    }
		}

#main .day .photo .photoContainer {
	width: 500px;
	height: 330px;
	background: url(../../common/images/placeholder.png) center center no-repeat;
}

#main .day .photo .photoContainer img {
	opacity: 0;
	filter: alpha(opacity=0);
}

	.ua-ie-7 #main .day .photo .photoContainer img { opacity: 1; } /* for compatibility mode */

#main .day .photoShadow {
	position: absolute;
	width: 450px;
	height: 165px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-transform-origin: center top;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-style: preserve3d;
	-webkit-animation-property: -webkit-transform;
	-webkit-backface-visibility: hidden;

	-moz-transform-style: preserve3d;
}

	#main .dayL .photoShadow {
		top: 180px;
		left: 15px;
	}

		@-webkit-keyframes 'flowShadowL' {
		    0% {
				-webkit-transform: rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px);
		    }
		    50% {
				-webkit-transform: rotateZ(-2deg) translateX(-20px) translateY(10px) translateZ(0px);
		    }
		    100% {
				-webkit-transform: rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px);
		    }
		}

	#main .dayR .photoShadow {
		top: 180px;
		right: 15px;
	}

		@-webkit-keyframes 'flowShadowR' {
		    0% {
				-webkit-transform: rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px);
		    }
		    50% {
				-webkit-transform: rotateZ(2deg) translateX(20px) translateY(10px) translateZ(0px);
		    }
		    100% {
				-webkit-transform: rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px);
		    }
		}

#main .day .content {
	margin: 26px 0 0 0;
	width: 303px;
}

	#main .dayL .content { float: right; }
	#main .dayR .content { float: left; }

#main .day .over {
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 10000;
	overflow: hidden;
	width: 500px;
	height: 330px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

#main .day .over h3 {
	margin: 16px 0 10px 0;
	text-align: center;
}

#main .day .over .desc {
	margin: 0 0 0 0;
	text-align: center;
}

#main .day .over .btn {
	position: absolute;
	top: 129px;
	left: 258px;
	width: 180px;
	height: 180px;
}

	#main .day .over .btn .base {
		width: 180px;
		height: 180px;
		background: url(../images/anim_day_over_btn_base.png) no-repeat;
		opacity: 1; filter: alpha(opacity=100);
	}

		.ua-ie-9 #main .day .over .btn:hover .base,
		.ua-ie-8 #main .day .over .btn:hover .base,
		.ua-ie-7 #main .day .over .btn:hover .base { opacity: 0.65; filter: alpha(opacity=65); }

	#main .day .over .btn .txt {
		position: absolute;
		top: 47px;
		left: 20px;
		opacity: 1; filter: alpha(opacity=100);
	}

		.ua-ie-7 #main .day .over .btn .txt {
			position: relative;
		}

		.ua-ie-9 #main .day .over .btn:hover .txt,
		.ua-ie-8 #main .day .over .btn:hover .txt,
		.ua-ie-7 #main .day .over .btn:hover .txt { opacity: 1; filter: alpha(opacity=100); }

#main .card {
	position: relative;
	margin: 30px 0 0 0;
}

#main .card .pin {
	position: absolute;
	top: -11px;
	left: 148px;
	z-index: 100;
	width: 12px;
	height: 28px;
	background: url(../../common/images/anim_card_pin.png) no-repeat;
	opacity: 0;
}

	.ua-ie-7 #main .card .pin { opacity: 1; } /* for compatibility mode */

	.ua-ie-7 #main .card .pin,
	.ua-ie-8 #main .card .pin,
	.ua-ie-9 #main .card .pin { top: -41px; left: 158px; }

#main .card .base {
	position: relative;
	padding-top: 35px;
	width: 303px;
	height: 63px;
	background: url(../../common/images/anim_card_base.png) no-repeat;
	opacity: 0;
	-webkit-transform-origin: 150px 17px;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-property: -webkit-transform;
	-webkit-backface-visibility: hidden;

	-moz-transform-style: preserve3d;
}

	.ua-ie-7 #main .card .base { opacity: 1; } /* for compatibility mode */

	.ua-ie-7 #main .card .base,
	.ua-ie-8 #main .card .base,
	.ua-ie-9 #main .card .base { top: 30px; }

		@-webkit-keyframes 'flowCardR' {
		    0% {
				-webkit-transform: rotateX(0deg) rotateZ(0deg);
		    }
		    50% {
				-webkit-transform: rotateX(20deg) rotateZ(5deg);
		    }
		    100% {
				-webkit-transform: rotateX(0deg) rotateZ(0deg);
		    }
		}

		@-webkit-keyframes 'flowCardL' {
		    0% {
				-webkit-transform: rotateX(0deg) rotateZ(0deg);
		    }
		    50% {
				-webkit-transform: rotateX(20deg) rotateZ(-5deg);
		    }
		    100% {
				-webkit-transform: rotateX(0deg) rotateZ(0deg);
		    }
		}

#main .card .base p {
	margin: 0 auto 0 auto;
	width: 303px;
}

#counter {
	text-align: center;
}

#counter .container {
	margin: 0 auto;
	width: 632px;
}

#counterText1 {
	float: left;
	margin-top: 74px;
}

#counterText2 {
	float: right;
	margin-top: 74px;
}

#digit {
	position: relative;
	float: left;
	margin: 0 10px;
	width: 234px;
	height: 108px;
}

	#digit span {
		position: absolute;
		display: block;
		width: 84px;
		height: 108px;
		background: url(../../common/images/counter_digit.png) 0 0 no-repeat;
	}

	#digit1 { top: 0; left: 0; }
	#digit2 { top: 0; left: 75px; }
	#digit3 { top: 0; left: 150px; }

	#counter .bottom { padding-top: 17px; }

#privilege {
	margin: 84px auto 83px auto;
	padding: 15px;
	width: 840px;
	height: 325px;
	text-align: center;
	background: url(../../common/images/anim_privilege_frame.png) no-repeat;
}

#privilege .container {
	position: relative;
	width: 840px;
	height: 305px;
	padding: 20px 0 0 0;
}

#privilege .subttl {
	margin: 0 auto;
	width: 658px;
	height: 45px;
	margin-bottom: 15px;
	background: url(../../common/images/anim_privilege_ttl.png) no-repeat;
}

#privilege .desc {
	margin: 10px auto 0 auto;
	width: 470px;
	height: 64px;
	background: url(../../common/images/anim_privilege_desc.png) no-repeat;
}

#privilege a.button img {
	position: relative;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

	#privilege a.button:hover  img { opacity: 0.65; }
	#privilege a.button:active img { top: 1px; }

#privilege-pic1 { position: absolute; left: -42px; top: 127px; }
#privilege-pic2 { position: absolute; left: 755px; top:  97px; }
#privilege-pic3 { position: absolute; left: 685px; top: 156px; }

#privilege-wreath { position: absolute; left: 755px; top: -66px; }


#pmoBanner {
	position: relative;
	margin: 0 0 0 112px;
}

	#pmoBanner:active { top: 1px; }

#pmh {
	position: relative;
	margin: 215px 0 20px 0;
	width: 1000px;
}

#pmh .animal {
	position: absolute;
	top: -109px;
	left: 500px;
}

	.ua-ie-7 #pmh .animal,
	.ua-ie-8 #pmh .animal,
	.ua-ie-9 #pmh .animal { z-index: 200; }

#pmh .container {
	position: relative;
	z-index: 100;
	margin: 0 -5px 0 -5px;
	padding: 0 5px 8px 5px;
	width: 1000px;
	background: url(../../common/images/base_white_mid.png) repeat-y;
}

#pmh .frameTop { position: absolute; top: -20px; left: 0; width: 1010px; height: 20px; background: url(../../common/images/base_white_top.png); }
#pmh .frameBtm { position: absolute; bottom: -20px; left: 0; width: 1010px; height: 20px; background: url(../../common/images/base_white_btm.png); }

#pmh h1 {
	margin: 0 auto 24px auto;
	padding-top: 50px;
	width: 914px;
}

	#pmh h1 .text { margin-right: 117px; }

#pmh figure { margin-bottom: 24px; text-align: center; }
#pmh figure img { margin: 0 auto; }

#pmh .desc {
	position: relative;
	margin: 0 0 0 42px;
	width: 817px;
	height: 87px;
	background: url(../../common/images/feature_pmh_desc.gif) no-repeat;
}

#pmh .link {
	position: absolute;
	top: 72px;
	right: 238px;
}

	#pmh .link:hover { opacity: 0.65; filter: alpha(opacity=65); }

#zoo {
	position: relative;
	margin: 65px auto 0 auto;
	padding: 22px 0;
	width: 860px;
}

#zoo .logo {
	float: left;
	margin: 0 0 0 25px;
}

#zoo .container {
	float: right;
	margin: 22px 25px 0 0;
	width: 444px;
}

#zoo h1 {
	margin-bottom: 23px;
}

#zoo .desc {
	margin-bottom: 39px;
}

#zoo .link:hover img { opacity: 0.65; filter: alpha(opacity=65); }
