/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Video Player
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.videoPlayerContainer {
	width: 640px;
	height: 560px;
	overflow: hidden;
	left: 346px;
	top: 122px;
	position: absolute;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Disney - Player
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.video.layout.XL {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 768px;
    height: 432px;
}

.video.layout.XL.horizontal-playlist-enabled {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 768px;
    height: 612px;
}

.video.layout.L {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 640px;
    height: 360px;
}

.video.layout.M {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 512px;
    height: 288px;
}

.video.layout.M.vertical-playlist-enabled {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 770px;
    height: 288px;
}

.video.layout.M.horizontal-playlist-enabled {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 512px;
    height: 443px;
}

.player.layout.XL {
    width: 768px;
    height: 432px;
    top:0px;
    left:0px;
    position:absolute;
}

.player.layout.L {
    width: 640px;
    height: 360px;
    top:0px;
    left:0px;
    position:absolute;
}

.player.layout.M {
    width: 512px;
    height: 288px;
    top: 0px;
    left: 0px;
    position:absolute;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Disney - Playlist
//////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Core playlist CSS  */
.playlist ul.list, .playlist ol.list {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    -webkit-overflow-scrolling: touch;
}
.playlist li{
    overflow: hidden;
    list-style-type: none;
}
.playlist li > * {
    display: inherit;
}
.playlist {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}
.playlist h1, .playlist h2, .playlist h3 {
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.playlist a:hover, .playlist a:active, .playlist a:visited, .playlist a:link {
    text-decoration: none;
    color: #000;
}
.playlist .thumbnail {
    border: 1px #222 solid;
}
ol.navigation, ul.navigation {
    display: none;
}
.navigation li {
    list-style: disc inside;
}
.horizontal ul, .horizontal ol{
    white-space: nowrap;
    overflow-x: auto;
}
.scripted.horizontal ul, .scripted.horizontal ol {
    overflow: hidden;
}
.horizontal li{
    white-space: nowrap;
    display: inline-block;
    height: inherit;
}
.vertical ul, .vertical ol{
    overflow-y: auto;
}
.vertical li{
    display: block;
    width: inherit;
}

/* CSS specifc to a playlist layout. */
.layout {
    font-size: 9px;
}
.layout h3 {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    font-size: 11px;
    line-height: 12px;
}
.layout h4 {
    margin: 0px;
    padding: 0px;
    font-size: 10px;
}
.layout button {
    display: none;
    margin: 0px;
    padding: 0px;
    border: none;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center center;
    text-indent: -9999px;
}
.layout li, .layout button {
    overflow: hidden;
    background-color: transparent;
        
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    -ms-transition: background-color 0.4s ease-in-out;
    /*transition: background-color 0.4s ease-in-out;*/
}
.layout .video.selected a {
    color : #00497A;
}
.layout li.hover, .layout button.hover, .layout .video.selected {
    background-color: #CCC;
    
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    -ms-transition: background-color 0.4s ease-in-out;
    /*transition: background-color 0.4s ease-in-out;*/
}

/* Horizontal Layouts. */
/* XL */
div.horizontal.layout.XL {
    display: block;
    position: absolute;
    white-space: nowrap;
    width: 768px;
    height: 175px;
    top:437px;
    left:0px;
}
.horizontal.layout.XL .overlay {
    display: none;
}
.horizontal.layout.XL .overlay.enabled {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 100;
    
    width: 100%;
    height: 100%;
    
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);   /* IE7 */
    zoom: 1; /* IE7 */
    
    background-color: rgba(0, 0, 0, 0.2);
}
.horizontal.layout.XL.scripted button {
    display: inline;
    width: 22px;
    height: 150px;
    vertical-align: top;
    background-position: center 35px;   
}
.horizontal.layout.XL button.advance {
    /* background-image: url(http://vp.disney.go.com/player/latest/assets/images/horizontal-advance.png); */
}
.horizontal.layout.XL button.reverse {
    float:left;
    /* background-image: url(http://vp.disney.go.com/player/latest/assets/images/horizontal-reverse.png); */
}
.horizontal.layout.XL.scripted ul.list, .horizontal.layout.XL.scripted ol.list, .horizontal.layout.XL.scripted ol.navigation {
    float: left;
    width: 723px;
    height: 150px;
    vertical-align: top;
    position: relative;
}
.horizontal.layout.XL .thumbnail {
    width: 160px;
    height: 90px;
    display: block;
}
.horizontal.layout.XL li {
    position: relative;
    vertical-align: top;
    width: 160px;
    padding: 5px 10px;
    border-right: 1px #CCC solid;
    
    zoom: 1; /* IE7 */
    *display: inline; /* IE7 */
    
}
.horizontal.layout.XL li:last-child {
    border-right: none;
}
.horizontal.layout.XL .name {
    white-space:normal;
}
.horizontal.layout.XL .alternativeHeadline {
    float: left;
    margin-top: 4px;
    width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
}
.horizontal.layout.XL li .description {
    visibility: hidden;
    position: absolute;
    white-space:normal;
    top: 5px;
    left: 5px;
    width: 150px;
    height: 80px;
    padding: 10px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(0, 0, 0, 0);
    
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    /*transition: 0.4s ease-in-out;*/
}
.horizontal.layout.XL li.hover .description {
    visibility: visible;
    color: white;
    
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);   /* IE7 */
    zoom: 1; /* IE7 */
    
    background-color: rgba(0, 0, 0, 0.8);
    
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    /*transition: 0.4s ease-in-out;*/
}
.horizontal.layout.XL .duration {
    float: left;
    margin-top: 5px;
    width: 30px;
    text-align: right;
}
.horizontal.layout.XL.scripted ol.navigation {
    float: none;
    position: absolute;
    top: 150px;
    left: 23px;
    height: 25px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: block;
}
.horizontal.layout.XL.scripted ol.navigation li {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0px;
    padding: 0px 4px;
   /*  background-image: url(http://vp.disney.go.com/player/latest/assets/images/navigation-disc.png); */
    background-position: 6px 2px;
    background-repeat: no-repeat;
    border: none;
    
    zoom: 1; /* IE7 */
    *display: inline; /* IE7 */
} 
.horizontal.layout.XL.scripted ol.navigation li.selected, .horizontal.layout.XL.scripted ol.navigation li.hover {
   /*  background-image: url(http://vp.disney.go.com/player/latest/assets/images/navigation-circle.png); */
}

/* M */
div.horizontal.layout.M {
    display: block;
    position: absolute;
    white-space: nowrap;
    width: 512px;
    height: 100px;
    top:288px;
    left:0px;
}
.horizontal.layout.M .overlay {
    display: none;
}
.horizontal.layout.M .overlay.enabled {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 100;
    
    width: 100%;
    height: 100%;
    
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);   /* IE7 */
    zoom: 1; /* IE7 */
    
    background-color: rgba(0, 0, 0, 0.2);
}
.horizontal.layout.M.scripted button {
    display: inline;
    width: 19px;
    height: 80px;
    vertical-align: top;
    background-position: center;    
}
.horizontal.layout.M button.advance {
    /* background-image: url(http://vp.disney.go.com/player/latest/assets/images/horizontal-advance.png); */
}
.horizontal.layout.M button.reverse {
    float:left;
    /* background-image: url(http://vp.disney.go.com/player/latest/assets/images/horizontal-reverse.png); */
}
.horizontal.layout.M.scripted ul.list, .horizontal.layout.M.scripted ol.list, .horizontal.layout.M.scripted ol.navigation {
    float: left;
    width: 474px;
    height: 80px;
    vertical-align: top;
    position: relative;
}
.horizontal.layout.M .thumbnail {
    width: 80px;
    height: 45px;
    display: block;
}
.horizontal.layout.M li {
    position: relative;
    vertical-align: top;
    width: 80px;
    padding: 5px 7px;
    border-right: 1px #CCC solid;
    
    zoom: 1; /* IE7 */
    *display: inline; /* IE7 */
    
}
.horizontal.layout.M li:last-child {
    border-right: none;
}
.horizontal.layout.M .name {
    white-space:normal;
    margin: 0;
    font-size: 10px;
    line-height: 11px;
    height: 25px;
    overflow: hidden;
}
.horizontal.layout.M .alternativeHeadline {
    visibility:hidden;
    float: left;
    margin-top: 4px;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
}
.horizontal.layout.M li .description {
    visibility: hidden;
    position: absolute;
    white-space:normal;
    top: 5px;
    left: 5px;
    width: 80px;
    height: 45px;
    padding: 10px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(0, 0, 0, 0);
    
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    /*transition: 0.4s ease-in-out;*/
}
.horizontal.layout.M li.hover .description {
    
    color: white;
    
    etransparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);   /* IE7 */
    zoom: 1; /* IE7 */
    
    background-color: rgba(0, 0, 0, 0.8);
    
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    /*transition: 0.4s ease-in-out;*/
}
.horizontal.layout.M .duration {
    visibility:hidden;
    float: left;
    margin-top: 5px;
    width: 30px;
    text-align: right;
}
.horizontal.layout.M.scripted ol.navigation {
    float: none;
    position: absolute;
    top: 80px;
    left: 23px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: block;
}
.horizontal.layout.M.scripted ol.navigation li {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0px;
    padding: 0px 4px;
    /* background-image: url(http://vp.disney.go.com/player/latest/assets/images/navigation-disc.png); */
    background-position: 6px 2px;
    background-repeat: no-repeat;
    border: none;
    
    zoom: 1; /* IE7 */
    *display: inline; /* IE7 */
} 
.horizontal.layout.M.scripted ol.navigation li.selected, .horizontal.layout.M.scripted ol.navigation li.hover {
    /* background-image: url(http://vp.disney.go.com/player/latest/assets/images/navigation-circle.png); */
}

/* Vertical Layouts. */
/* XL */
div.vertical.layout.XL {
    width: 208px;
    height: 432px;
    position: absolute;
    top:0px;
    left:768px;
}
.vertical.layout.XL ul, .vertical.layout.XL ol{
    width: inherit;
    height: 260px;
}
.vertical.layout.XL.scripted button {
    display: block;
    width: inherit;
    height: 14px;
}
.vertical.layout.XL button.advance {
    /* background-image: url(http://vp.disney.go.com/player/latest/assets/images/vertical-advance.png); */
}
.vertical.layout.XL button.reverse {
    /* background-image: url(http://vp.disney.go.com/player/latest/assets/images/vertical-reverse.png); */
}
.vertical.layout.XL li {
    width: 190px; /* 18px less than div.vertical.layout.XL */
    border-bottom: 1px #CCC solid;
}
.vertical.layout.XL li:last-child {
    border-bottom: none;
}
.vertical.layout.XL .thumbnail {
    float: left;
    margin: 0px 5px 5px 5px;
    width: 80px;
    height: 45px;
}
.vertical.layout.XL .alternativeHeadline, .vertical.layout.XL .duration {
    display: none;
}
.vertical.layout.XL .description {
    display: block;
    line-height: 11px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.vertical.layout.XL .navigation {
    display: none;
}

/* M */
div.vertical.layout.M {
    width: 258px;
    height: 432px;
    position: absolute;
    top:0px;
    left:512px;
    overflow:hidden;
}
.vertical.layout.M ul, .vertical.layout.M ol{
    width: inherit;
    height: 232px;
    position: relative;
}
.vertical.layout.M.scripted button {
    display: block;
    width: 50%;
    height: 28px;
}
.vertical.layout.M button.advance {
    /* background-image: url(http://vp.disney.go.com/player/latest/assets/images/vertical-advance-M.png); */
}
.vertical.layout.M button.reverse {
    /* background-image: url(http://vp.disney.go.com/player/latest/assets/images/vertical-reverse-M.png); */
}
.vertical.layout.M li {
    position: relative;
    width: 258px; /* 18px less than div.vertical.layout.XL */
    height: 57px;
    border-bottom: 1px #CCC solid;
    
    zoom: 1; /* IE7 */
    *display: inline; /* IE7 */
}
.vertical.layout.M li:last-child {
    border-bottom: none;
}
.vertical.layout.M .thumbnail {
    float: left;
    margin: 0px 5px 5px 5px;
    width: 80px;
    height: 45px;
}
.vertical.layout.M .alternativeHeadline, .vertical.layout.M .duration {
    display: none;
}
.vertical.layout.M .description {
    display: block;
    line-height: 11px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.vertical.layout.M.scripted ol.navigation {
    float: none;
    position: absolute;
    top: 263px;
    left: 129px;
    height: 25px;
    width:129px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: block;
}
.vertical.layout.M.scripted ol.navigation li {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0px;
    padding: 0px 4px;
   /*  background-image: url(http://vp.disney.go.com/player/latest/assets/images/navigation-disc.png); */
    background-position: 6px 2px;
    background-repeat: no-repeat;
    border: none;
    
    zoom: 1; /* IE7 */
    *display: inline; /* IE7 */
} 
.vertical.layout.M.scripted ol.navigation li.selected, .horizontal.layout.M.scripted ol.navigation li.hover {
    /* background-image: url(http://vp.disney.go.com/player/latest/assets/images/navigation-circle.png); */
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Disney - Overrides
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#disneyPlayer {
	width: 640px;
	height: 800px;
	position: absolute;
}

.horizontal.layout.L li {
	position: relative;
	vertical-align: top;
	width: 140px;
	height: 120px;
	border: 0;
	padding: 0;
	padding: 10px;
	zoom: 1;
}

.horizontal.layout.L li span.description {
	visibility: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 120px;
	height: 100px;
	padding: 10px;
	font-size: 10px;
	font-family: arial, sans-serif;
	color: rgba(255, 255, 255, 0);
	background-color: transparent;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}

.horizontal.layout.L li.hover .description {
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFF;
}

.horizontal.layout.L .thumbnail {
	width: 140px;
	height: 120px;
	display: block;
}

.horizontal.layout.L.scripted
.playlist .thumbnail {
	border: none;
}

.horizontal.layout.L.scripted .playlist.list {
	
}

div.horizontal.layout.L {
	display: block;
	position: absolute;
	width: 640px;
	height: 120px;
	top: 366px;
	left: 0px;
}

.horizontal.layout.L.scripted ul.list {
	float: left;
	width: 640px;
	height: 120px;
	vertical-align: top;
	position: relative;
}

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

h3.name {
	visibility: hidden;
}

.horizontal.layout.L .duration {
	visibility: hidden;
}

h4.alternativeHeadline {
	visibility: hidden;
}


.horizontal.layout.L button.reverse,
.horizontal.layout.L button.reverse.hover {
	width: 30px;
	height: 36px;
	left: 220px;
	top: 140px;
	background-image: url(http://cdn.dolimg.com/franchise/finding-nemo/img/buttons/button_spritesheet.png);
	background-position: 0px -244px;
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
	*cursor: hand;
}

.horizontal.layout.L button.advance,
.horizontal.layout.L button.advance.hover {
	width: 30px;
	height: 36px;
	left: 390px;
	top: 140px;
	background-image: url(http://cdn.dolimg.com/franchise/finding-nemo/img/buttons/button_spritesheet.png);
	background-position: -26px -244px;
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
	*cursor: hand;
}

.horizontal.layout.L.scripted ol.navigation {
	width: 128px;
	height: 36px;
	left: 258px;
	top: 140px;
	position: absolute;
}


.horizontal.layout.L.scripted ol.navigation li,
.horizontal.layout.L.scripted ol.navigation li.hover {
	width: 30px;
	height: 36px;
	background-image: url(http://cdn.dolimg.com/franchise/finding-nemo/img/buttons/button_spritesheet.png);
	background-position: -84px -244px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.horizontal.layout.L.scripted ol.navigation li.selected,
.horizontal.layout.L.scripted ol.navigation li.selected.hover {
	width: 30px;
	height: 36px;
	background-image: url(http://cdn.dolimg.com/franchise/finding-nemo/img/buttons/button_spritesheet.png);
	background-position: -56px -244px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.horizontal.layout.L li {
	cursor: pointer;
	*cursor: hand;
}

