.frame {
	position: absolute;
	top: 45px;
	width: 245px;
	height: 375px;
	display: none;
}

.frameText {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px;
	color: #fff;
	font-size: 16px;
	line-height: 1.2em;
/*	display: none;
	opacity: 0.0;*/
	text-shadow: 0px 0px 2px #000;
	background-color: rgba(0,0,0,0.3);
}

.frameTextEnd {
	left: auto;
	right: 0px;
	width: auto;	
	background-color: transparent;
}

.frameTextCenter {
	text-align: center;
	top: 210px;
}

.frameTextBottom,
.frameTextByMyosotis {
	top: auto;
	padding-right: 140px;
	bottom: 0px;
}

.frameText p span {
	color: #ddd;
}

.frameText h4 {
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 40px;
}

.frameText h5 {
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 16px;
}

#nextFrame,
#nextSmallFrame {
	background-color: transparent;
	opacity: 0;
	display: none;
}

#nextFrame div,
#nextSmallFrame div {
	position: absolute;
	bottom: 15px;
	right: 20px;
	font-style: italic;
	color: #fff;
	text-shadow: 0px 0px 2px #000;
}

.standaloneCutscene {
	background-color: #000;
}

.standaloneCutscene .frame {
	top: 0;
	left: 0;
	width: 640px;
	height: 480px;
	display: none;
	opacity: 0.0;
}

.border {
	position: absolute;
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
	background: url(../images/ui/frame_h.png) left top no-repeat, 
				url(../images/ui/frame_v.png) right top no-repeat,
				url(../images/ui/frame_h.png) right bottom no-repeat,
				url(../images/ui/frame_v.png) left bottom no-repeat;
}



/*-----------------------------------------------------
	attaching rope
-----------------------------------------------------*/

#cutscene_attachingRope #frame1 {
	background: transparent url(../images/cutscenes/attaching_rope/frame1.jpg) no-repeat scroll 0 0;
	left: 60px;
}

#cutscene_attachingRope #frame2 {
	background: transparent url(../images/cutscenes/attaching_rope/frame2.jpg) no-repeat scroll 0 0;
	right: 60px;
}

/*-----------------------------------------------------
	cutting rope
-----------------------------------------------------*/

#cutscene_cuttingRope #frame1 {
	background: transparent url(../images/cutscenes/cutting_rope/frame1.jpg) no-repeat scroll 0 0;
	left: 45px;
	width: 190px;
	top: 500px;
	-moz-transition: top 1s ease-out 0s;
	-webkit-transition: top 1s ease-out 0s;
	-o-transition: top 1s ease-out 0s;
	transition: top 1s ease-out 0s;
	display: block;
}

#cutscene_cuttingRope #frame1.animSlideUp {
	top: 45px;
}

#cutscene_cuttingRope #frame2 {
	background: transparent url(../images/cutscenes/cutting_rope/frame2.jpg) no-repeat scroll 0 0;
	left: 270px;
	width: 100px;
	top: -395px;
	-moz-transition: top 1s cubic-bezier(.94,.27,.89,1.34) 0s;
	-webkit-transition: top 1s cubic-bezier(.94,.27,.89,1.34) 0s;
	-o-transition: top 1s cubic-bezier(.94,.27,.89,1.34) 0s;
	transition: top 1s cubic-bezier(.94,.27,.89,1.34) 0s;
	display: block;
}

#cutscene_cuttingRope #frame2.animSlideDown {
	top: 45px;
}

#cutscene_cuttingRope #frame3 {
	background: transparent url(../images/cutscenes/cutting_rope/frame3.jpg) no-repeat scroll 0 0;
	left: 400px;
	width: 190px;
}

/*-----------------------------------------------------
	climbing up
-----------------------------------------------------*/

#cutscene_climbingUp #frame1 {
	background: transparent url(../images/cutscenes/climbing_up/frame1.jpg) no-repeat scroll 0 0;
	top: 35px;
	left: 70px;
	width: 500px;
	height: 182px;
}

#cutscene_climbingUp #frame2 {
	background: transparent url(../images/cutscenes/climbing_up/frame2.jpg) no-repeat scroll 0 0;
	top: 250px;
	left: 70px;
	width: 500px;
	height: 182px;
}

/*-----------------------------------------------------
	walk to the valley
-----------------------------------------------------*/

#cutscene_valleyWalk #frame1 {
	background: transparent url(../images/cutscenes/valley_walk/frame1.jpg) no-repeat scroll 0 0;
	top: 25px;
	left: 37px;
	width: 272px;
	height: 200px;
	opacity: 0;
}

#cutscene_valleyWalk #frame2 {
	background: transparent url(../images/cutscenes/valley_walk/frame2.jpg) no-repeat scroll 0 0;
	top: 25px;
	right: 37px;
	width: 272px;
	height: 200px;
	opacity: 0;
}

#cutscene_valleyWalk #frame3 {
	background: transparent url(../images/cutscenes/valley_walk/frame3.jpg) no-repeat scroll 0 0;
	top: 243px;
	left: 37px;
	width: 272px;
	height: 200px;
	opacity: 0;
}

#cutscene_valleyWalk #frame4 {
	background: transparent url(../images/cutscenes/valley_walk/frame4.jpg) no-repeat scroll 0 0;
	top: 243px;
	right: 37px;
	width: 272px;
	height: 200px;
	opacity: 0;
}

#cutscene_valleyWalk #frame5 {
	background: transparent url(../images/cutscenes/valley_walk/frame5.jpg) no-repeat scroll 0 0;
	top: 135px;
	left: 183px;
	width: 272px;
	height: 200px;
	opacity: 0;
}


/*-----------------------------------------------------
	measuring rock
-----------------------------------------------------*/

#cutscene_measuring #frame1 {
	background: transparent url(../images/closeups/rock.jpg) no-repeat scroll 0 0;
	left: 45px;
	opacity: 0;
}

#cutscene_measuring #frame2 {
	background: transparent url(../images/closeups/page1.jpg) no-repeat scroll 0 0;
	right: 45px;
	opacity: 0;
}

#cutscene_measuring #string {
	background: transparent url(../images/closeups/rock_string.jpg) no-repeat scroll 0 0;
	position: absolute;
	top: 208px;
	left: 42px;
	width: 150px;
	height: 150px;
	opacity: 0;
	display: none;
}

#cutscene_measuring #mark80 {
	background: transparent url(../images/closeups/page1_80.png) no-repeat scroll 0 0;
	position: absolute;
	top: 243px;
	left: 191px;
	width: 29px;
	height: 47px;
	opacity: 0;
	display: none;
}

#cutscene_measuring #mark90 {
	background: transparent url(../images/closeups/page1_90.png) no-repeat scroll 0 0;
	position: absolute;
	top: 286px;
	left: 203px;
	width: 33px;
	height: 20px;
	opacity: 0;
	display: none;
}

/*-----------------------------------------------------
	introduction
-----------------------------------------------------*/

#cutscene_introduction #frame1 {
	background-color: #000;
}

#cutscene_introduction #frame1 .frameText {
	opacity: 0;
}

#cutscene_introduction #frame2 {
	background: transparent url(../images/cutscenes/introduction/poster.jpg) no-repeat scroll 0 0;
}

#cutscene_introduction #frame3 {
	background: transparent url(../images/cutscenes/introduction/tree.jpg) no-repeat scroll 0 0;
}

#cutscene_introduction #frame4 {
	background: transparent url(../images/cutscenes/introduction/title.jpg) no-repeat scroll 0 0;
}

/*-----------------------------------------------------
	credits
-----------------------------------------------------*/

#cutscene_credits #frame1 {
	background: transparent url(../images/cutscenes/introduction/tree.jpg) no-repeat scroll 0 0;
	opacity: 1;
	display: block;
}

#cutscene_credits .frameText {
	color: #fff;
	opacity: 0;
	height: 480px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
}

#cutscene_credits .frameText h4 {
	text-align: left;
	margin-bottom: 6px;
}

#cutscene_credits .frameText p span {
	color: #ccc;
}

#cutscene_credits .frameText .jsLibsInfo {
}

#cutscene_credits .frameText .copyrightInfo {
}

/*-----------------------------------------------------
	intro
-----------------------------------------------------*/

#cutscene_intro #frame1 {
	background: transparent url(../images/cutscenes/intro/frame1.jpg) no-repeat scroll 0 0;
}

#cutscene_intro #frame2 {
	background: transparent url(../images/cutscenes/intro/frame2.jpg) no-repeat scroll 0 0;
}

#cutscene_intro #frame3 {
	background: transparent url(../images/cutscenes/intro/frame3.jpg) no-repeat scroll 0 0;
}

#cutscene_intro #frame4 {
	background: transparent url(../images/cutscenes/intro/frame4.jpg) no-repeat scroll 0 0;
}

#cutscene_intro #frame4 .frameText {
	background-color: transparent;
}

/*-----------------------------------------------------
	vision
-----------------------------------------------------*/

#cutscene_vision #frame1 {
	background: transparent url(../images/cutscenes/vision/frame1.jpg) no-repeat scroll 0 0;
}

#cutscene_vision #frame2 {
	background: transparent url(../images/cutscenes/vision/frame2.jpg) no-repeat scroll 0 0;
}

#cutscene_vision #frame3 {
	background: transparent url(../images/cutscenes/vision/frame3.jpg) no-repeat scroll 0 0;
}

#cutscene_vision #frame4 {
	background: transparent url(../images/cutscenes/vision/frame4.jpg) no-repeat scroll 0 0;
}

#cutscene_vision #frame5 {
	background: transparent url(../images/cutscenes/vision/frame5.jpg) no-repeat scroll 0 0;
}

#cutscene_vision #frame6 {
	background: transparent url(../images/cutscenes/vision/frame2.jpg) no-repeat scroll 0 0;
}

#cutscene_vision #frame7in,
#cutscene_vision #frame7out {
	background-color: #000;
}

#cutscene_vision #frame7 {
	background: transparent url(../images/cutscenes/vision/frame7.jpg) no-repeat scroll 0 0;
	width: 1920px;
}

#cutscene_vision #frame7Hand {
	background: transparent url(../images/cutscenes/vision/hand.png) no-repeat scroll 0 0;
	width: 217px;
	height: 284px;
	top: 196px;
	left: 330px;
	position: absolute;
}

#cutscene_vision #frame7Shadow {
	background: transparent url(../images/cutscenes/vision/shadow.jpg) no-repeat scroll 0 0;
	width: 212px;
	height: 320px;
	top: 159px;
	left: 361px;
	opacity: 0;
	position: absolute;
}

#cutscene_vision #frame8 {
	background: transparent url(../images/cutscenes/vision/frame8.jpg) no-repeat scroll 0 0;
}

#cutscene_vision #frame9a {
	background: transparent url(../images/cutscenes/vision/frame9a.jpg) no-repeat scroll 0 0;
}

#cutscene_vision #frame9b {
	background: transparent url(../images/cutscenes/vision/frame9b.jpg) no-repeat scroll 0 0;
}

#cutscene_vision #frame9c {
	background: transparent url(../images/cutscenes/vision/frame9c.jpg) no-repeat scroll 0 0;
}

#cutscene_vision #frame9d {
	background-color: #000;
}

#cutscene_vision #frame10,
#cutscene_vision #frame11,
#cutscene_vision #frame12,
#cutscene_vision #frame13,
#cutscene_vision #frame14 {
	background: transparent url(../images/cutscenes/vision/frame10.jpg) no-repeat scroll 0 0;
}


/*-----------------------------------------------------
	outro
-----------------------------------------------------*/

#cutscene_outro #frame1 {
	background: transparent url(../images/cutscenes/outro/frame1.jpg) no-repeat scroll 0 0;
}

#cutscene_outro #frame2 {
	background: transparent url(../images/cutscenes/outro/frame2.jpg) no-repeat scroll 0 0;
}

#cutscene_outro #frame3,
#cutscene_outro #frame4,
#cutscene_outro #frame4end {
	background: transparent url(../images/cutscenes/outro/frame3.jpg) no-repeat scroll 0 0;
}

#cutscene_outro #frame4 .frameText,
#cutscene_outro #frame4end .frameText {
	text-align: center;
}

#cutscene_outro #frame4 .frameTextCredits {
	top: 480px;
	background-color: transparent;
}

#cutscene_outro #frame4 .frameTextTheEnd,
#cutscene_outro #frame4end .frameTextTheEnd {
	opacity: 0;
	top: 210px;
	background-color: transparent;
}

#cutscene_outro #frame4end .frameTextTheEnd {
	opacity: 1;
	display: block;
}

#cutscene_outro #frame5 {
	background-color: #000;
}

#cutscene_outro #frame5 .frameWiseman {
	background: transparent url(../images/cutscenes/outro/frame3a.jpg) no-repeat scroll 0 0;
	position: absolute;
	top: 45px;
	left: 50px;
	width: 245px;
	height: 375px;
	opacity: 0;
}

#cutscene_outro #frame5 .frameGuardian {
	background: transparent url(../images/cutscenes/outro/frame3b.jpg) no-repeat scroll 0 0;
	position: absolute;
	top: 45px;
	right: 60px;
	width: 245px;
	height: 375px;
	opacity: 0;
}


#cutscene_outro #frame5 .frameTextWiseman {
	opacity: 0;
	top: auto;
	bottom: 9px;
	left: 9px;
	right: 9px;
}

#cutscene_outro #frame5 .frameTextGuardian {
	opacity: 0;
	top: auto;
	bottom: 63px;
	left: auto;
	right: 65px;
	width: 207px;
}

