.mainstage {
	height: 286px;
	width:  702px;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
}

.mainstage .transition_layer {
	position: absolute;
	top: 0;
	height: 286px;
	width: 702px;
	background-color: #444444;
	background-repeat: no-repeat;
	/* z-index: 11; */
}

.mainstage .main_story {
	background-color: #444444;
	background-repeat: no-repeat;
	height: 286px;
	width: 702px;
	/* z-index: 10; */
	position: absolute;
	display: block;
	text-decoration: none;
}

.mainstage .main_story .alt {
	text-indent: -5000px;
}

/* ------ Headline ------ */

.mainstage .headline {
	display: block;
	position: absolute;
	bottom: 21px;
	left: 20px;
	width: 680px;
	height: 89px;
	background-image: url(/images/layout/bg_transparent_black.png);
}

.mainstage .headline_viewport {
	bottom:18px;
	display:block;
	height:82px;
	left:13px;
	overflow:hidden;
	position:absolute;
	width:689px;

}
.mainstage .headline_viewport .headline {
	bottom: 0;
	left: 0;
	width: 702px; /* to extend behind the stories panel */
}

.mainstage .headline_inner {
	display: block;
	text-decoration: none;
	padding: 15px 290px 10px 10px;

}

.mainstage a.main_story .headline h1 {
	color: white;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
	padding-bottom: 3px;
	text-decoration: none;
}

.mainstage a.main_story .headline h2 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-decoration: none;
	line-height: 19px;
}
.mainstage a.main_story .headline h2 span {
	color: white;
	background-image: url(/images/layout/link_arrow_orange_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 26px;
}
.mainstage  a:hover.main_story .headline h2 span {
	color: #87c544;
}

/* ------ Stories listing ------ */
.mainstage .stories_panel {
	position: absolute;
	right: 0;
	width: 280px;
	height: 286px;
	z-index: 30;
}
.mainstage .stories_nav_up a {
	margin-left: 12px;
	display: block;
	top: 0;
	width: 268px;
	text-indent: -5000px;
	background-image: url(/images/layout/stories_nav_up.png);
	background-repeat: no-repeat;
	height: 17px;
	margin-bottom: 1px;
	outline: none !important;
}
.mainstage .stories_nav_up a:hover {
	background-image: url(/images/layout/stories_nav_up_hover.png);
}

.mainstage .stories_nav_down a {
	margin-left: 12px;
	display: block;
	top: 290px;
	width: 268px;
	text-indent: -5000px;
	background-image: url(/images/layout/stories_nav_down.png);
	background-repeat: no-repeat;
	height: 17px;
	margin-top: 1px;
	outline: none !important;
}
.mainstage .stories_nav_down a:hover {
	background-image: url(/images/layout/stories_nav_down_hover.png);
}

.mainstage .stories_viewport {
	position: relative;
	width: 309px; /* needs to include arrow too */
	overflow: hidden;
	height: 250px;
}
.mainstage .stories_tray {
	position: absolute;
	top: 0px;
}
.mainstage ul.stories {
	position: absolute;
	list-style-type: none;
	margin: 0;
	margin-left: 12px;
	padding: 0;
	top: 0px;
}
.mainstage ul.stories li.story {
	height: 83px;
	background-image: url(/images/layout/bg_transparent_black.png);
	margin-bottom: 1px;
	color: white;
	width: 268px;
	cursor: pointer;
	font-size: 14px;
	font-weight:bold;
	line-height: 1.2em;
    padding:0;
    background-repeat:repeat

}
.mainstage ul.stories li.story_hover {
	background-color: black;
}
.mainstage ul.stories li.current_story {
	background-color: transparent !important;
	background-image: url(/images/layout/orange_arrow.png);
	margin-left: -12px;
	width: 280px;
	background-position: left center;
}
.mainstage ul.stories li.story .thumbnail {
	background-image: url(/images/layout/img_border.png);
	background-repeat: no-repeat;
	background-position: 14px 15px;
	border:1px solid #FFFFFF;
	float:left;
	height:53px;
	margin:14px 10px 0 16px;
	padding:2px;
	width:72px;
}
.mainstage ul.stories li.story .thumbnail img {

}
.mainstage ul.stories li.current_story .thumbnail {
	margin-left: 29px;
}
.mainstage ul.stories li.story .title {
	padding-right: 12px;
}

.mainstage ul.stories li.story .title a {
	color: white;
	text-decoration: none;
}
.mainstage ul.stories li.story_hover .title a {
	color: #02A0E4;
}

.mainstage ul.stories li.current_story .title a {
	color: white;
}

/* video */
.mainstage #mainstage_video {
	position: absolute;
	top: 0;
	/* z-index: 9; */
}

