.nome  {
	font-family:"Trebuchet MS","Myriad Pro", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#ffffff;
	text-align: left;
	padding-left: 2px;
}

.crediti  {
	font-family:"Trebuchet MS","Myriad Pro", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#313131;
	text-align: center;
}
.titolo1 {
	border-bottom: 1px solid #333333;	
}
.container {
    position: absolute;
    width:  320px;
    height: 598px;
    border: 1px #333333 solid; 
	background-color: #cccccc;
}
#scrolldiv {
    position: absolute;
    margin: 2px;
    overflow: auto;
    height: 498px;
    width: 345px;
}
#scrolldiv__controls {
    position: absolute;
    display: none;
}
#imgup {
    position: relative;
    top: 5px; left: 295px;    
}
#imgdown {
    position: relative;
    top: 545px; left: 295px;    
}

