* {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
a {
	color: #C00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover { color:#C00; text-decoration: underline; }


body {
	background-color: #000;
}



#slideshow {
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
	position: relative;
	border: 4px solid #FFF;
}

#indietro {
	float: right;
	height: 22px;
	width: 80px;
	position: absolute;
	left: 670px;
	top: 318px;
	font-family: Impact;
	color: #FFF;
	letter-spacing: 0.06em;
	text-align: center;
}
#slideshow #indietro a {
	color: #FFF;
	text-decoration: none;
	font-family: Impact;
	font-weight: normal;
}
#slideshow #indietro a:hover {
	color: #C00;
	text-decoration: underline;
}



.ft-title { padding: 10px 10px; width: 580px; text-align: left; }


.ft-prev, .ft-next { background-color: #000; color:#FFF; padding: 0 10px; }
#titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	position: absolute;
	left: 0px;
	top: -46px;
	font-weight: bold;
	text-align: center;
	width: 600px;
}
