

/* M */
div.horizontal.layout.M {
	display: block;
	position: absolute;
	white-space: nowrap;
	width: 300px;
	height: 60px;
	top:180px;
	left:40px;
}
.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: 40px;
	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: 270px;
	height: 62px;
	vertical-align: top;
	position: relative;
}
.horizontal.layout.M .thumbnail {
	width: 50px;
	height:32px;
	display: block;
}
.horizontal.layout.M li {
	position: relative;
	vertical-align: top;
	width: 70px;
	padding: 5px 7px;
	border-right: 1px #00ffff 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;
	
	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.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: 70px;
	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);
}

