@import "pannello.css";
@import "slideshow.css";
@import "textscroller.css";
@import "simboleria.css";

div.pannello>h3 {
	position: absolute;
	top: 4px;
	left: 21px;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(255,255,255);
}
div.pannello_container {
	top: 352px;
	bottom: auto;

	width: 302px;
	height: auto;
	min-height: 128px;
}

body.corto div.pannello_container {
	top: 294px;
}

div.pannello>cite {
	float: left;

	margin-top: 41px;
	margin-left: 21px;
	margin-right: 31px;

	line-height: 17px;
	font-size: 11px;
	font-style: normal;
}

div.pannello>span.autore_citazione {
	float: right;
	margin-top: 5px;
	margin-left: 21px;
	margin-right: 31px;
	padding-bottom: 20px;

	line-height: 17px;
	font-size: 10px;
	font-style: normal;
	word-spacing: -1px;
}

ul.menu_pannello {
	position: absolute;
	bottom: -34px;
	left: 21px;

	height: 26px;
}

ul.menu_pannello>li {
	height: 9px;
	line-height: 9px;

	margin-top: 8px;

	cursor: pointer;
}

ul.menu_pannello>li>a>span:first-child {
	margin-right: 6px;
}

ul.menu_pannello>li>a>span {
	float: left;
	font-weight: bold;

	color: rgb(98, 98, 98);
	color: rgb(112, 112, 112);
	color: rgb(255,255,255);
}
ul.menu_pannello>li>a>span.hi {
	text-transform: uppercase;
	font-weight: bold;
}

div.testo_container {
	left: 353px;

	width: 260px;
	height: 136px;
}

div.slider {
	left: 628px;
}

div.slider.testo_su {
	top: 40px;
}
div.slider.barra {
	top: 55px;
	height: 101px;
}
div.slider.testo_giu {
	margin-top: 123px;
}

div.payload.main {
	background-color: rgb(238,238,238);
}