#mContainer {
	/*position:relative;*/
	width:170px;
	height:auto;
	/*top:-185px;
	left:315px;*/
	border:0px solid #000;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
}

#nContainer {
	position:relative;
	overflow:hidden;
	width:170px;
	border-style:none;
	/* background:#c0c0c0; */
	height:70px;
}

#listContainer {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:170px;
	padding:0px;
	margin:0px;
}

#listContainer li {
	position:relative;
	display:block;
	border-style:none;
	width:170px;
	height:40px;
	padding:2px;
	font:8px verdana;
	cursor:pointer;
	margin:0px;
	color:#A7A7A7;
	/* background-color:#FFFFFF; */
	line-height:10px;
}

#listContainer li {
	border-top:0px solid #311DF2; /* #638DA1; */
}

#listContainer li a {
	font:9px verdana;
}

#listContainer li:hover {
	color:red;
}

#upArrow,#downArrow {
	width:12px;
	height:10px;
	font:9px verdana;
	text-align:center;
	color:#FFF;
	cursor:pointer;
	background-color: #FEF6EB;
	float:left;
}

.noArrow {
	width:170px;
	height:5px;
}

#upArrow {
	background:#000000 url(../images/up.gif) no-repeat center center;
}

#downArrow {
	background:#000000 url(../images/down.gif) no-repeat center center;
}

#changeSize {
	width:1px;
	height:1px;
	position:relative;
	float:right;
	background:#FFFFFF url(plus_.gif) no-repeat center center;
}

.video_item {
	text-decoration:none;
	color: #A7A7A7;
	
}

.video_item:hover {
	text-decoration:none;
	color: #ff9801;
	
}

.home_title {
	font-size:36px;
	color: #4f001f;
	font-weight: bold;
	font-family: times new roman;
	letter-spacing: -1px;
}

.link_region {
	text-decoration:none;
	color:#4f001f;
}

.box_video_banner_home {
	margin-bottom:4px;
	text-align:center;
	height:128px;
}

.avviso {
	width:170px;
	margin:5px 0px 0px 0px;
	font-size:7.5pt;
	color:#5E7678;
	font-weight:normal;
}

.avviso_region {
	width:180px;
	margin:21px 0px 0px 0px;
	font-size:7.2pt;
	color:#5E7678;
	font-weight:normal;
	line-height:11px;
}

