#overlay {
	width: 1024px;
	height: 581px;
	top: 0px;
	left: 0px;
	background-color: #000;
}

#overlay #videos {
	height: 581px;
	width: 1024px;
	overflow: hidden;
}

#overlay #shareVideos {
    position: absolute;
    top: 6px;
    right: 80px;
    z-index: 102;
    cursor: pointer;
}

#overlay .close {
	position: absolute;
	background-image:url("http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/common/close.png");	
	width: 49px;
	height: 49px;
	right: 33px;
	top: 6px;
}

#disneyPlayer {
	margin-left: 220px;
	margin-top: 52px;
}

/**
 * Disney Player
 */
#disneyPlayer .video .name,
#disneyPlayer .video .duration,
#disneyPlayer .video .description,
#disneyPlayer .video .alternativeHeadline {
	display: none;
}

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

#disneyPlayer .video.layout.XL.horizontal-playlist-enabled {
	height: 520px;	
}

#disneyPlayer .horizontal.layout.XL.scripted ul.list,
#disneyPlayer .horizontal.layout.XL.scripted ol.list,
#disneyPlayer .horizontal.layout.XL.scripted ol.navigation {
	height: 85px;	
}

#disneyPlayer .playlist.list {
	width: 645px;	
}

#disneyPlayer div.horizontal.layout.XL {
	height: 85px;
	overflow: hidden;
}

#disneyPlayer .horizontal.layout.XL li {
	border: none;
	width: 120px;
	overflow: hidden;
	padding: 2px 4px 0 5px;
	height: 85px;	
}

#disneyPlayer .horizontal.layout.XL li .thumbnail {
	width: 116px;
	border: solid 2px #363636;
	height: 66px;
}

#disneyPlayer .horizontal.layout.XL li.selected .thumbnail {
	width: 116px;
	border: solid 2px #eb2629;
	height: 66px;
}

#disneyPlayer .horizontal.layout.XL .overlay.enabled {
	background-color: transparent;	
}

#disneyPlayer .horizontal.layout.XL.playlist button {
	width: 60px;
	height: 85px;
}

#disneyPlayer .horizontal.layout.XL button.reverse {
	background-image: url("http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/videos/arrow-left.png");
	background-position: 15px 23px;
}

#disneyPlayer .horizontal.layout.XL button.advance {
	background-image: url("http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/videos/arrow-right.png");
	background-position: 20px 23px;
}

#disneyPlayer .horizontal.layout.XL.scripted ol.navigation {
	display: none;	
}