#video-window {
	position: absolute;
	width: 943px;
	height: 448px;
	background: url(http://cdn.dolimg.com/franchise/the-lone-ranger/video/images/window.png) top left no-repeat;
	top: 21%;
	margin-left: -471px;
	left: 50%;
}

#video-player-wrapper {
	position: absolute;
	top: 8px;
	left: 9px;
}

#video ul.follow li.audio {
	display: none;
}

/* Share */
#video-share {
	top: -31px;
	right: 13px;
	position: absolute;
	z-index: 1;
}

/**
 * Kaltura
 */
#video-player div.vertical.layout.XL {
	width: 164px;
}

#video-player .vertical.layout.XL ul {
	height: 372px;
	width: 164px;
}

#video-player .vertical.layout.XL li {
	width: 164px;
	height: 124px;
	border: none;
	cursor: hand;
	cursor: pointer;
}

#video-player .layout li.hover,
#video-player .layout button.hover,
#video-player .layout .video.selected {
    background-color: transparent;
}

#video-player .vertical.layout.XL button.reverse {
	background-image: url(http://cdn.dolimg.com/franchise/the-lone-ranger/video/images/arrow-prev-up.png);
	height: 30px;
	width: 100%;
}

#video-player .vertical.layout.XL button.reverse.hover {
	background-image: url(http://cdn.dolimg.com/franchise/the-lone-ranger/video/images/arrow-prev-over.png);
}

#video-player .vertical.layout.XL button.advance {
	background-image: url(http://cdn.dolimg.com/franchise/the-lone-ranger/video/images/arrow-next-up.png);
	height: 30px;
	width: 100%;
}

#video-player .vertical.layout.XL button.advance.hover {
	background-image: url(http://cdn.dolimg.com/franchise/the-lone-ranger/video/images/arrow-next-over.png);
}

#video-player .vertical.layout.XL .thumbnail {
	width: 120px;
	height: 67px;
	display: block;
	margin: 0 auto;
	float: none;
	margin-bottom: 6px;
	border: none;
}

#video-player .layout h3 {
	width: 120px;
	text-align: center;
	margin: 0 auto;
	color: #e1e1e1;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* hidden */
#video-player .vertical.layout.XL .description,
#video-player .vertical.layout.XL .duration,
#video-player .vertical.layout.XL.scripted ol.navigation {
	display: none;
}