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

div.pannello_container {
	height: 188px;
	bottom: -164px;
}

div.pannello>div.filetto {
	position: absolute;
	top: 42px;
	left: 152px;
	height: 131px;
	width: 1px;
	background-color: rgb(112,112,112);
}

div.testo_container {
	position: absolute;

	top: 62px;
	left: 176px;

	width: 270px;
	height: 120px;
}

ul.testo {
	width: 270px;
}

ul.testo>li {
	width: 270px;
	float: left;
	height: 20px;
	font-size: 11px;
	text-transform: uppercase;
}

ul.testo>li>a {
	color: rgb(255,255,255);
}

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

ul.testo>li>a>span {
	float: left;
	line-height: 9px;
}

div.slider {
	position: absolute;

	top: 61px !important;
	left: 452px !important;
}

div.slider.testo_su {
	cursor: pointer;
}

div.slider.barra {
	margin-top: 14px;
	margin-left: 4px;

	width: 1px;
	height: 83px;
}

div.slider.testo_giu {
	margin-top: 103px;

	cursor: pointer;
}

ul.social {
	position: absolute;

	top: 61px;
	left: 21px;

	height: 26px;
}

ul.social>li {
	float: left;
	width: 26px;
	height: 26px;
	margin-right: 4px;
	cursor: pointer;
}
ul.social>li>a>span {
	display: none;
	float: left;
}

span.social {
	position: absolute;
	top: 40px;
	left: 21px;

	font-size: 11px;
	color: rgb(201,201,201);
}

span.links {
	position: absolute;
	top: 40px;
	left: 176px;

	font-size: 11px;
	color: rgb(201,201,201);
}