#box_fading
{
	background-image: url("../immagini/grafica/home/box_fade.png");
	background-repeat: no-repeat;
	width: 923px;
	height: 291px;
	margin-top: 10px;
	padding: 5px;
	padding-bottom: 15px;
	float: left;
	margin-right: 7px;
	overflow: hidden;
	position: relative;
}

.newsBox
{
	width: 923px;
	height: 291px;
	overflow: hidden;
}

#box_fading .img, .newsBox .img
{
	width: 600px;
	height: 100%;
	float: left;
	margin-right: 5px;
}

#box_fading .content, .newsBox .content
{
	width: 305px;
	height: 100%;
	overflow: hidden;
	border-left: 3px solid #DEDA00;
	padding-left: 10px; 
}

#box_fading .content .titolo, .newsBox .content .titolo
{
	font-size: 34px;
	color: #333333;
	font-family: trebuchet MS;
	font-weight: bold;
	margin-bottom: 10px;
}

#box_fading .content .testo, .newsBox .content .testo
{
	font-size: 16px;
	color: #333333;
	font-family: trebuchet MS;
	font-weight: bold;
}

#workArea
{
	display: none;
}

div.box_doppio
{
	background-image: url("../immagini/grafica/home/box_doppio.png");
	background-repeat: no-repeat;
	width: 446px;
	height: 285px;
	margin-top: 10px;
	padding: 8px;
	padding-bottom: 18px;
	float: left;
	margin-right: 7px;
}

.box_doppio .img
{
	height: 100%;
	float: left;
	margin-right: 10px;
}

.box_doppio .content
{
	height: 100%;
	overflow: hidden;
	padding-left: 10px; 
}

.box_doppio .content .titolo
{
	font-size: 25px;
	color: #333333;
	font-family: trebuchet MS;
	margin-bottom: 10px;
}

.box_doppio .content .testo
{
	font-size: 16px;
	color: #333333;
	font-family: trebuchet MS;
	line-height: 1.25;
}

div.box
{
	background-image: url("../immagini/grafica/home/box.png");
	background-repeat: no-repeat;
	width: 217px;
	height: 291px;
	margin-top: 10px;
	padding: 5px;
	padding-bottom: 15px;
	float: left;
	margin-right: 7px;
}

.box .titolo
{
	font-size: 25px;
	color: #333333;
	font-family: trebuchet MS;
	margin-bottom: 10px;
}

.box .img
{
	margin-bottom: 10px;
}

.box .testo
{
	font-size: 16px;
	color: #333333;
	font-family: trebuchet MS;
	line-height: 1.25;
}