body {
	color: #ccc;
	background-color:#111;
	text-align:center;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 0.6em;
}
.rosso {color:#990000}
.bold {font-weight:bold}
.big {
	font-size:90px;
	color:#333;
	line-height:35px;
	}
#sezione {
	height:60px;
	overflow:hidden;
	}
#header {
	position:fixed;
	top:5px;
	left:0px;
	text-align:right;
	width:100%;
	background-color:#111;
	clear:both;
	display:block;
}

#header #menu{
	margin-left:30px;
	height:70px;
	line-height:70px;
}
#header #menu li{
	margin-right:25px;
	float:left;
	list-style:none;
}
#header #menu li a,
#header #menu li a:link,
#header #menu li a:visited{
	list-style:none;
	text-decoration:none;
	color:#FFCC00;
}
#header #menu li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#header #menu li a.contatti,
#header #menu li a:link.contatti,
#header #menu li a:visited.contatti {
	list-style:none;
	text-decoration:none;
	color:#990000;
	font-weight:bold;
}
#header #menu li a:hover.contatti{
	color:#FFF;
	text-decoration:underline;
	
}

#contenuti {
	margin-top:80px;
	height:560px;
	color:#CCCCCC;
	text-align:left;
	background-color:#000000;
	width:15000px;
	padding-top:5px;
}
#contenuti li{
	/*color:#990000;
	font-size:11px;
	list-style:circle;
	margin-left:15px;
	//margin-left:0px;
	font-weight:bold;*/
}
#contenuti #foto{
	width:509px;
	background-color:#000;
	height:520px;
	margin-right:10px;
	float:left;
}
#contenuti #testo{
	margin-left:520px;
	width:200px;
	height:498px;
	border:0px solid #999999;
	padding:10px;
	color:#CCCCCC;
}
#contenuti #testo .citaz{
	font-size:12px;
}
#contenuti #avanti{
	font-size:60px;
	color:#CCCCCC;
	font-weight:bold;
	position:fixed;
	top:250px;
	left:800px;
	text-align:left;
}

#footer #scroll {
	position:relative;
	left:130px;
	//left:-830px;
	text-align:left;
	float:right;
	font-size:11px;
}
#footer {
	position:fixed;
	top:670px;
	left:0px;
	text-align:left;
}

#footer #scroll {
	position:relative;
	left:130px;
	//left:-830px;
	text-align:left;
	float:right;
	font-size:11px;
}
#footer #logo {
	margin-left:30px;
	float:left;
}
#container {
	width:802px;
	text-align:center;
	margin: 0 auto;
	border:1px solid #FFFFFF;
}
#tooltip {
	background-image:url(../img/tooltip.png);
	background-repeat:no-repeat;
	width:200px;
	height:70px;
	position:fixed;
	left:500px;
	z-index:3;
	bottom:3px;
	display:none;
}
#tooltip p {
	padding:0px 5px 0 5px;
	color:#000;
	font-size:12px;
	font-weight:bold;
}
#tooltip2 {
	background-image:url(../img/tooltip.png);
	background-repeat:no-repeat;
	width:200px;
	height:70px;
	position:fixed;
	right:5px;
	z-index:3;
	top:250px;
	display:none;
}
#tooltip2 p {
	padding:0px 5px 0 5px;
	color:#000;
	font-size:12px;
	font-weight:bold;
}
#timeline {
margin-top:50px;
  height: 520px; /* fixed */
  overflow: auto; /* changed to hidden via JavaScript */
  width:100%;
  clear:both;
}

.tl-events { /* the UL */
  width: 63000px; /* the width required to hold all the info */
}

.tl-events li {
  float: left; /* allows the lis to stack against eachother */
  margin-right:5px;
  list-style:none;
  height:520px;
}
ul.dynamic-images {
	/*width:100%;
	overflow:visible;*/
	}
li.ok{
	display:inline;
	float:left;
	margin-right:5px;
	height:520px;
	list-style:none;
	}
/*LOADER IMG*/
DIV#loader {
  border: 1px solid #ccc;
  width: 500px;
  height: 500px;
}

/** 
 * While we're having the loading class set.
 * Removig it, will remove the loading message
 */
DIV#loader.loading {
  background: url(images/spinner.gif) no-repeat center center;
}
/*fine LOADER IMG*/
