.overlay {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#thanks-wrapper {
	position: fixed;
	/*top: 20px;
	left: -6px;*/
	bottom:59px;
	z-index: 1001;
	/*display:none;*/
	width: 600px;
	height: 900px;
	right:0px;
	overflow: visible;
}
#bubble{
	visibility: hidden;
}
#thanks_bird{
	
	position: absolute;
	background: url('../resources/layout/thanks_bird.png') no-repeat;
	background-size: cover;
	width: 236px;
	height: 231px;
	display: inline-block;
	vertical-align: bottom;
	left: 364px;
	top: 771px;
	top: 901px;
	bottom:0px;
	display:none;
}
#thanks_bubble{
	position: absolute;
	/*background: url('../resources/layout/thanks_bubble.png') no-repeat;
	background: url('../resources/layout/speaking_bubble.png') no-repeat;*/
	background: url('../resources/layout/bubble.png') no-repeat;
	background-size: cover;
	width: 409px;
	height: 324px;
	display: inline-block;
	vertical-align: bottom;
	left: 28px;
	top: 438px;
}
.en #thanks_bubble{
	position: absolute;
	/*background: url('../resources/layout/thanks_bubble.png') no-repeat;
	background: url('../resources/layout/speaking_bubble.png') no-repeat;*/
	background: url('../resources/layout/bubble_en.png') no-repeat;
	background-size: cover;
	width: 656px;
	height: 469px;
	display: inline-block;
	vertical-align: bottom;
	left: -206px;
	top: 300px;
}
#thanks_text_head{
	position: absolute;
	/*background: url('../resources/layout/thanks_bubble.png') no-repeat;
	background: url('../resources/layout/text_h.png') no-repeat;*/
	background-image : url('../resources/layout/title.png');
	background-repeat: no-repeat;
	/*background-size: cover;*/
	width: 61px;
	height: 40px;
	display: inline-block;
	vertical-align: bottom;
	left: 58px;
	top: 45px;
}
.sc #thanks_text_head{
	background-image : url('../resources/layout/title_sc.png');
}
.en #thanks_text_head{
	background-image : url('../resources/layout/title_en.png');
	width:274px;
	height: 34px;
	top: 54px;
	left: 62px;
}
#thanks_text{
	position: absolute;
	/*background: url('../resources/layout/thanks_bubble.png') no-repeat;
	background: url('../resources/layout/text.png') no-repeat;*/
	background-image: url('../resources/layout/body_text.png');
	background-repeat:  no-repeat;
	background-position:22px 50%;
	/*background-size: cover;*/
	width: 285px;
	height: 223px;
	display: inline-block;
	vertical-align: bottom;
	left: 84px;
	top: 27px;
}
.sc #thanks_text{
	background-image: url('../resources/layout/body_text_sc.png');
}
.en #thanks_text{
	background-image: url('../resources/layout/body_text_en.png');
	height:343px;
	width: 463px;
	left: 111px;
	top: 27px;
}
#thanks_text_foot{
	position: absolute;
	/*background: url('../resources/layout/thanks_bubble.png') no-repeat;
	background: url('../resources/layout/text_f.png') no-repeat;*/
	/*background: url('../resources/layout/dot.png') no-repeat;*/
	width: 51px;
	height: 7px;
	display: inline-block;
	vertical-align: bottom;
	left: 287px;
	top: 257px;
}
.en #thanks_text_foot{
	left: 477px;
	top: 390px;
}
#thanks_text_foot .dots{
	width:7px;
	height:7px;
	margin:0px 5px;
	background: url('../resources/layout/dots_all.png');
	background-repeat: no-repeat;
	background-position: left;
	display: inline-block;
	cursor:pointer;
}
#thanks_text_foot .dots.active{
	background: url('../resources/layout/dots_all.png');
	background-repeat: no-repeat;
	background-position: right;
	cursor:default;
}
