@charset "utf-8";
/* CSS Document */


#marqueecontainer {
	width:250px !important;
	height:230px;
	overflow:hidden;

}

#vmarquee {
width: 100% !important;
height: 228px;
overflow: hidden;
position: absolute;
margin:0px !important;
padding:0px !important;
}

#vmarquee .news img {
position:relative;
float: left;
width:50px;
padding:2px;
border: 1px solid #ccc;
margin-right: 5px;
}

.contenitore_rollover {
  position: relative;
  float: right;
  height: 250px;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #006fa0;
  padding: 15px;
  width: 100% !important;
}

/*.news .new {
	font-family: "open sans";
	font-size: 14px;
	color: #f99d1c;
	max-height: 60px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 60px;
}

.news .new p {
line-height:15px;
}

.news .new p a {
	font-family: "open sans";
	font-size: 13px;
	font-weight:600;
	color: #f99d1c;
}


.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;

}*/