@charset "UTF-8";

#storyOverlay {
	display: none;
	width: 980px;
	height: 719px;
	background: url(../images/videos/overlayBgThin.png);
	position: relative;
}

#storyOverlay #closeBtn {
	top: 26px;
	right: 50px;
}

#storyText {
	width: 890px;
	height: 445px;
	display: block;
	top: 102px;
	left: 44px;
	-webkit-user-select: none;
}
#storyTextInner {
	left: 45px;
	width: 810px;
	height: 531px;
	display: block;
	color: #fff;
	font-size: 26px;
	line-height: 46px;
}


/* SCROLLING --------------------- */
#storyText .viewport {
	width: 750px;
	height: inherit;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	line-height: 22px;
	-webkit-user-select: none;
}
#storyText .overview {
	width: inherit;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-user-select: none;
	color: #fff;
	font-size: 26px;
	line-height: 33px;
	background: url(../images/invis.gif);
}

#storyText .scrollbar {
	display:  none;
	position: absolute;
	background-position: 0 0;
	width: 34px;
	top: -4px;
	left: 785px;
}
#storyText .track .trackStart{
	background:  url(../images/common/scrollTrack.png) 50% 0%;
	left: 0px;
	width: 24px;
	height:50%;
	position: absolute;
	overflow: hidden;
}
#storyText .track .trackEnd {
	background: url(../images/common/scrollTrack.png) 50% 100%;
	left: 0px;
	top: 50%;
	height: 50%;
	width: 24px;
	position: relative;
	overflow: hidden;
}
#storyText .thumb {
	height: 67px;
	width: 24px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0px;
}
#storyText .thumb .start {
	background:  url(../images/common/scrollbarThumb.png) 50% 0;
	width: 24px;
	height: 50%;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
#storyText .thumb .end {
	background:  url(../images/common/scrollbarThumb.png) 50% 100%;
	position: relative;
	overflow: hidden;
	width: 24px;
	height: 50%;
	top: 50%;
}
#storyText .disable {
	display: none;
}
#storyText .scrollbar.hidden {
	opacity: 0;
}