
#titlecontainer{
	display:block;
	z-index: 10;
  	position: fixed;
  	width: 100%;
 	top:0px;
	background-color:rgba(0,0,0,0.65);
}

#titolo{
	/*font-family: 'Gloria Hallelujah', cursive;* /
	font-family: 'Open Sans', sans-serif;
	font-family: 'Lobster Two', cursive;*/
	font-family: 'Roboto', sans-serif;
	font-size:40px;
	color:white;
  	text-shadow: 2px 2px 3px #000000;
  	
  	margin:10px 35px 0 35px;
}

#address{
	/*font:normal 14px "Gloria Hallelujah";* /
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Lobster Two', cursive;*/
	font-family: 'Roboto', sans-serif;
	color:white;
	font-size:14px;
	
	margin:3px 0 8px 37px;
	
	text-shadow: 1px 1px #000000;
}

#address a 
{
	color:#FFD54F;
	text-shadow:1px 1px 1px #000;
}

#slides-controls
{
	display:block;
	position:absolute;
	z-index:9999;
	bottom:20px;
	right:20px;
	/*background-color:red;*/
}

#console
{
	display:none;
	width:300px;
	height:300px;
	background-color:#222;
	color:#ccc;
	
	font-family:monospace;
	
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	
	overflow:auto;
}

#slides-controls .ctrl
{
	display:inline-block;
	width:50px;
	height:50px;
	line-height: 50px;
	text-align:center;
	
	font-size:25px;
	color:#000;
	background-color:rgba(255,255,255,0.65);
	cursor:pointer;
	
	/* CSS3 stuff*/
	-webkit-transition: all 500ms ease-out 100ms;
	-moz-transition: all 500ms ease-out 100ms;
	-o-transition: all 500ms ease-out 100ms;
	transition: all 500ms ease-out 100ms;
}

#slides-controls .ctrl.play.run
{
	color:#fff;
	background-color:rgba(117, 200, 41, 0.65);
	text-shadow:1px 1px 1px #000;
	
	/*-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;*/
}
#slides-controls .ctrl.stop.run
{
	color:#fff;
	/*background-color:rgba(155, 22, 22, 0.65);*/
	background-color:rgba(244, 164, 19, 0.65);
	text-shadow:1px 1px 1px #000;
	
	/*-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;*/
}

.slides-navigation a
{
	/*background-color:red;*/
	width:200px;
	height:400px;
	margin-top:-200px;
}
.slides-navigation a.next img
{
	/*background-color:blue;*/
	margin-top:136px;
	margin-left:71px;
}
.slides-navigation a.prev img
{
	/*background-color:green;*/
	margin-top:136px;
}






