/*loader */
DIV#loader {
margin:0px;
width: 280px;
height: 280px;
overflow: hidden;
background-color:#F9F9F9;
}

DIV#loader.loading {

background: url(./immagini/spinner.gif) no-repeat center center;
}

DIV#galleria {
margin:0px;
width: 640px;
height: 400px;
overflow: hidden;
border-bottom:2px solid #AA504C;
}

DIV#galleria.loading {
background: url(./immagini/spinner.gif) no-repeat center center;
}

DIV#didascalia {
width:600px;
text-align:right;
margin-right:20px;
height: 12px;
font-size:10px;
}

DIV#numeri{
margin-top:5px;
width:500px;
float:left;
font-size:16px;
border:1px solid #FFF;
}


DIV#home{
width:100px;
float:left;
font-size:14px;
font-weight:bold;
border:1px solid #F9F9F9;
}

#numeri a:hover {
	text-decoration: none;
	cursor: hand;
}

#team{
width:620px;
position:relative;
padding-left:12px;
}
#datiteam{
width:440px;
position:relative;
padding:0px;
}
.nome{
font-size: 28px;
font-family: Arial;
text-align:justify;
}

.abbreviazione{
font-size: 16px;
font-family: Arial;
}

