@import "simboleria.css";

body.corto div.payload,
div.payload {
	height: 430px;
}

body.corto div.filetto.bottom,
div.filetto.bottom {
	top: 432px;
}

div.payload>div.pannello_container {
	display: none;
	position: absolute;
	bottom: 0px;
	right: 156px;

	width: 206px;
	height: 163px;
}

div.payload>div.pannello_container>img.titolo {
	position: absolute;
	top: -31px;
	left: 0px;
}

div.payload>div.pannello_container>div.pannello {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;

	width: 206px;
	height: 163px;

	background-color: rgb(69,69,69);

	opacity: 0.85;
	filter: alpha(opacity=85);
}

div.payload>div.pannello_container>ul.pannello_menu {
	position: absolute;
	top: 0px;
	left: 0px;

	width: 190px;
	height: 146px;

	padding-left: 16px;
	padding-top: 17px;
}

div.payload>div.pannello_container>ul.pannello_menu>li>a {
	height: 17px;

	line-height: 17px;
	font-size: 11px;
	font-weight: bold;
	color: rgb(173,173,173);
	text-transform: uppercase;

	cursor: pointer;
}

a.skipintro {
	position: absolute;
	bottom: -27px;
	left: 210px;
	height: 10px;
	line-height: 9px;
	cursor: pointer;
}
a.skipintro>span {
	float: left;
}
a.skipintro>span.hi {
	margin-left: 6px;
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(112,112,112);
	color: rgb(255,255,255);
}

#video {
	visibility: hidden;
}
