#video-css {
	top: 1px;
}

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

#video-player {
	left: 232px;
	position: absolute;
	top: 130px;
	width: 930px;
	background: #000;
	opacity: 0;
	height: 432px;
}

#page-video .playlist {
	font-family: 'Matterhorn', Arial;
	color: #d0f1ff;
	font-size: 11px;
	font-weight: 600;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}

#page-video .playlist a:hover, #page-video .playlist a:active, #page-video .playlist a:visited, #page-video .playlist a:link {
	text-decoration: none;
	color: #d0f1ff;
	font-weight: 600;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

#page-video .playlist .list{
	height: 384px;
	position: relative;
	top: 1px;
}

#page-video .playlist h1, #video-player .playlist h2, #video-player .playlist h3 {
	font-family: 'Matterhorn', Arial;
	font-weight: 600;
	letter-spacing: -1px;
}

#page-video .playlist .thumbnail {
	border: 1px #78B4D6 solid;
}

#page-video .playlist li.selected .thumbnail {
	border: 1px #FFF solid;
}

#page-video .vertical.layout.XL {
	width: 162px;
	background: url(assets/playlist-bg.jpg) no-repeat;
}

#page-video .vertical.layout.XL.scripted ol.navigation {
	display: none;
}

#page-video .vertical.layout.XL.scripted button {
	width: 100%;
	height: 24px;
	background-image: url(assets/playlist-arrows.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#page-video h3 {
	font-size: 13px;
	line-height: 14px;
}

#page-video .vertical.layout.XL li {
	text-align: center;
	position: relative;
	width: 162px;
	height: 128px;
	border-bottom: none;
	background: url(assets/playlist-hr.png) no-repeat center bottom;
}

#page-video .horizontal.layout.XL li:last-child {
	background: none;
}

#page-video .layout .video a {
	width: 142px;
	height: 118px;
	text-align: center;
	padding: 5px 10px;
	cursor: pointer;
}

#page-video .layout li.hover, #page-video .layout button.hover, #page-video .layout .video.selected {
	background: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}

#page-video .layout .video.hover a {
	background: url(assets/playlist-hover-bg.png) no-repeat 0 0;
}

#page-video .layout .video.selected a {
	color: #fff;
	background: url(assets/playlist-selected-bg.png) no-repeat 0 0;
}

#page-video .vertical.layout.XL button.advance {
	background-position: center -24px;
}
#page-video .vertical.layout.XL button.reverse {
	background-position: center 0;
}
#page-video .vertical.layout.XL button.advance.hover {
	background-position: center -72px;
}
#page-video .vertical.layout.XL button.reverse.hover {
	background-position: center -48px;
}

#page-video .vertical.layout.XL .thumbnail {
	float: none;
	margin: 0;
	width: 120px;
	height: 68px;
}

#page-video .vertical.layout.XL .description, #page-video .vertical.layout.XL .duration {
	display: none;
}

/**
 * Hacks
 */
#page-video li[data-entry-id="0_manv26ze"] h3 {
	font-size: 12px;
}