#bannerContainer {
	width: 643px;
	border: 1px solid #DF3333;
	height: 183px;
	position: relative;
	margin-left: 15px;
	background-color: white;
	margin-top: 30px;
	padding: 5px;
}

#bannerContainer .etichetta {
	width: 150px;
	height: 151px;
	background-image: url("../immagini/grafica/home/news.png");
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 100000;
}

#bannerContainer #bannerInner {
	width: 643px;
	height: 183px;
	overflow: hidden;
	background-color: white;
	position: relative;
}

#bannerContainer .banner {
	width: 643px;
	height: 183px;
	overflow: hidden;
	background-color: white;
}

#bannerContainer .banner .immagine {
	float: left;
	margin-right: 10px;
	height: 170px;
	line-height: 170px;
	text-align: center;
	width: 160px;
	margin-top: 6px;
}

#bannerContainer .banner .immagine img {
	vertical-align: middle;
}

#bannerContainer .banner .titolo {
	color: #FF0000;
	font-size: 30px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 25px;
	display: block;
	cursor: pointer;
}

#bannerContainer .banner .testo {
	color: #000066;
	font-size: 20px;
	font-weight: bold;
}

#workArea {
	display: none;
}