.BordoImg {
	border: 1px solid #5A434D;
}
.testobianco {
	font-family: trebuchet;
	font-size: 13px;
	color: #ffffff;
}

a:link {
	font-family: trebuchet;
	font-size: 13px;
	color: #5A434D;
	text-decoration: underline;
}
a:visited {
	font-family: trebuchet;
	font-size: 13px;
	color: #5A434D;
	text-decoration: underline;
}
a:hover {
	font-family: trebuchet;
	font-size: 13px;
	color: #5A434D;
	text-decoration: none;
}
a:active {
	font-family: trebuchet;
	font-size: 13px;
	color: #5A434D;
	text-decoration: underline;
}
body,td,th {
	font-family: trebuchet MS;
	font-size: 15px;
	color: #FFFFFF;
}
body {
	background-color: #080403;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
}

/* ====> div fisso con barra di scorrimento -- */
div.box {	
	width:730px !important;width /**/:730px;
    height:380px !important;height /**/: 380px;
    overflow:auto; padding: 4px;
	Overflow-x: hidden;
    border:0px;
	

	scrollbar-face-color: #4e361c;
	scrollbar-highlight-color: #58432c;
	scrollbar-3dlight-color: #9c7f5f;
	scrollbar-darkshadow-color: #39240e;
	scrollbar-shadow-color: #39240e;
	scrollbar-arrow-color: #9c7f5f;
	scrollbar-track-color: #080403;
}
-->


/* ====> div per fotogallery scorrimento in homepage -- */

* { margin:10; padding:10; }


#newsticker-demo { 
width:700px; 
height:400px;
/*background:#373737; */
padding:10px 10px 0; 
font-family:trebuchet MS;
font-size:12px;
margin:0px;
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
text-align:center;
font-size:12px;
font-weight:bold;
padding:5px;
}

.newsticker-jcarousellite {width:700px;}
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:10px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info { float:left; width:700px;}
.newsticker-jcarousellite .info span.cat { display: block; font-size:12px; color:#373737; }

.clear { clear: both; }
