@charset "UTF-8";
/* CSS Document */

#my-glider {
	width:522px;
	height:310px;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width:522px;
	height:310px;
	overflow: hidden;
	}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:522px;
	overflow:hidden;
	float:left;
	text-align:center;	
	color:#fff;
	}

div.scroller div.content {
	width: 20000px; 
	}
	
.foto-redazionale {
	float:left; 
	width:250px;
	text-align:center;
	margin-right:40px;
}

.foto-redazionale img {
	margin:30px 10px 30px 10px;
	border:1px solid #ccc;
}

.testo-redazionale {
	float:left;
	color:#000000;
	text-align:left;
}

.testo-redazionale {
	margin-top:60px;
}

.testo-redazionale a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.testo-redazionale a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

#go-back {
	width:50px;
	float:left;
}

.section { 
	font-family: "Trebuchet MS";
	font-size:13px;
}

#image {
	width:522px;
	float:left;
	background-color:#ffffff;
}

#redaz	{
	width:522px;
	float:left;
	background-color:#e6e6e6;
}

#go-ahead {
	width:50px;
	float:left;
}
