/***********************************
************************************
	New Window
------------------------------------
*/

#DisplayStory,
#DisplayGame {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	z-index: 999 !important;
}

#WindowBackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: #000;
	opacity:0.9;
	filter: alpha(opacity=90);
}

/*------------------------------------
	Close Button
------------------------------------
*/
#DisplayStory #CloseWindow,
#DisplayGame #CloseWindow {
	position: relative;
	top: 30px;
	left: 50%;
	margin-left: -320px;
	width: 150px;
	height: 60px;
	z-index:6000;
}

#DisplayStory #CloseWindow a,
#DisplayGame #CloseWindow a {
	display: block;
	width: 80px;
	height: 80px;
	background-position: 0 0;
	z-index:6000;
	background: url(/images/anamix6/english/activities-stories/Button_XClose.png) no-repeat 0 0;
}

#DisplayStory #CloseWindow a:hover,
#DisplayGame #CloseWindow a:hover {
	background-position: 0 -80px;
}

/*------------------------------------
	Videos
------------------------------------
*/

#DisplayStory #VideoWindow {
	position: fixed;
	top: 60px;
	left: 50%;
	margin-left: -280px;
	width: 642px;
	height: 558px;
	background: url(/images/anamix6/english/activities-stories/VideoFrame.png) no-repeat 0 0;
}

#DisplayStory #VideoWindow #VideoPlayer {
	position: absolute;
	top: 80px;
	left: 92px;
}


/*------------------------------------
	Stories
------------------------------------
*/

#DisplayStory #StoryWindow {
	position: fixed;
	top: 60px;
	left: 50%;
	margin-left: -280px;
	width: 642px;
	height: 558px;
	background: url(/images/anamix6/english/activities-stories/StoryFrame.png) no-repeat 0 0;
}

#DisplayStory #StoryWindow #StoryPlayer {
	position: absolute;
	margin-top: 20px;
	padding: 30px;
	top: 80px;
	left: 0;
}

#DisplayStory #StoryWindow #StoryPlayer h1{
	font-size: 1.6em;
	line-height: 1.5em;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 20px;
}

#DisplayStory #StoryWindow #StoryPlayer #Story {
	overflow: auto;
	height: 290px;
	width: 570px;
	padding: 5px;
}

/*------------------------------------
	Games
------------------------------------
*/

#DisplayGame #GameWindow {
	position: fixed;
	top: 60px;
	left: 50%;
	margin-left: -280px;
	width: 642px;
	height: 558px;
}


