@charset "utf-8";
/* CSS Document */


#marqueecontainer {
	width:200px;
	height:230px;
	overflow:hidden;

}

#vmarquee {
width: 100% !important;
/*height: 228px;*/
overflow: hidden;
position: absolute;
-moz-box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
}

.sx .news #vmarquee {
width: 200px !important;
}

.sx .news #vmarquee .new  {
width: 190px !important;
}


.sx .news #vmarquee .new p a  {
font-weight: normal !important;
font-size:11px;
}

.sx .news #vmarquee .new p   {
color:#666;
font-size:11px;
}

.approfondimenti #vmarquee {
/*height: 270px;*/
}

.approfondimenti .news {
height: 250px;
}

.approfondimenti #marqueecontainer {
width: 330px;
height: 250px;
padding-bottom: 10px;
}


.news .new {
	font-family: 'georgiaregular';
	font-size: 14px;
	color: #f99d1c;
	max-height: 60px;
	overflow: hidden;
	margin: 10px;
	height: 60px;
	margin-bottom:15px;


}

.news .new p {
line-height:15px;
}

.news .new p a {
font-family: 'georgiaregular';
font-size: 12px;
color: black;
line-height:15px;
font-weight: bold;
}


.news {
	height: 230px;
overflow: hidden;
	width: 210px;
	position: relative;
	float: right;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: #f0f0f0;

}