#story-css {
	top: 1px;
}

#page-story .page-inner.video-bg {
	background: url(assets/video-background.jpg) no-repeat;
}

#page-story .page-inner.slide-bg {
	background: url(content/slide01.jpg) no-repeat;
}

#page-story .page-inner .page-content {
	background: url(assets/bg-content.png) no-repeat;
	width: 500px;
	height: 376px;
	top: 144px;
	right: 20px;
	z-index: 2;
	-webkit-backface-visibility: hidden;
}

#page-story .story-wrapper {
	position: relative;
	max-width: 1206px;
	margin: 0 auto;
}

/* iScroll */

#page-story #iscroll-wrapper {
	top: 54px;
	left: 28px;
	height: 262px;
	width: 450px;
	float: left;
	position: relative;	/* On older OS versions "position" and "z-index" must be defined, */
	z-index: 3;			/* it seems that recent webkit is less picky and works anyway. */
	overflow: hidden;
}

#page-story #iscroll-wrapper #scroller {
	width: 1500px;
	height: 100%;
	float: left;
	padding: 0;
}

#page-story #scroller #story-list {
	list-style: none;
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

#page-story #iscroll-wrapper li {
	float: left;
	font-size: 15px;
	line-height: 24px;
	margin-right: 20px;
	width: 448px;
	height: 262px;
	display: block;
	position: relative;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#story-pagination {
	position: absolute;
	top: 320px;
	width: 500px;
	text-align: center;
}

#story-pagination a {
	text-indent: -9999px;
	position: static;
	display: inline-block;
	width: 35px;
	height: 37px;
	background: url("../global/assets/pagination.png") -35px 0;
}

#story-video {
	opacity: 0;
}

#story-pagination a.active {
	background-position: 0 0;
}

#story-hide a {
	position: absolute;
	top: 19px;
	left: 466px;
}

#story-hide a {
	text-indent: -9999px;
	background: url("assets/ui.png") no-repeat 0 0;
	width: 32px;
	height: 32px;
}

#story-show {
	position: absolute;
	display: none;
	top: 622px;
	left: 50%;
	width: 52px;
	height: 52px;
	z-index: 2;
}

#story-show .up {
	width: 52px;
	height: 52px;
	background:  url("assets/ui.png") no-repeat -32px 0;
}

#story-show .over {
	width: 52px;
	height: 52px;
	background:  url("assets/ui.png") no-repeat -84px 0;
}

#story-show a {
	position: absolute;
	left: -50%;
}

#story-page-feature img {
	position: absolute;
	top: 0;
}