

#layout{
	position:relative;
}


#navigation-overlay_old {
	position:absolute;
	width:100%;
	height:100px;
	top:0;
	left:0;
	background: url(../i/video/menu-overlay.png) repeat-x;
	z-index:4;
}

#head {
	position:relative;
	z-index:5;
}

#navigation {
	position:absolute;
	z-index:2;
	margin-right:0%!important;
}

#player {
	margin-top:10px;
	left:-83px;
	position:relative;
}

#content {
	width:auto;
}

#speed-dial, #info{float:left;}

#info{
	margin-right:-100%
}

#speed-dial{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:46em;
}

#speed-dial li{
	width:14em;
	height:6em;
	float:left;
}

#speed-dial h3{
	margin:0;
	font-size:400%;
	font-weight:normal;
}

#speed-dial li.all{
	margin-left:14em;
}
#speed-dial .chooser ,#speed-dial h3{
	float:left
}
#speed-dial .chooser{
	margin-top:17px;
	padding-left:10px;
	width:10em
}
.active{
	cursor:default;
	color:#000000;
	border:none
}
