*old{
	margin:0;
	padding:0;
}
.filo {
	background-image: url(../img/LatoSX.png);
	background-repeat: repeat-y;
}
filo {
	background-image: url(../img/sfCella.png);
	background-repeat: repeat-y;
}
sfondoLinea {
	background-image: url(../img/sfCella.png);
	background-repeat: repeat-y;
}



html{
	background-position:center;
	background:urlbackground:url('../img/page_bg_tile.jpg') #202027;
}

body{
	color:#000;
	background-image:url('../img/contour.png'),url('../img/page_bg.jpg');
	background-repeat:repeat;

	background-position:center
	font:15px Calibri,Arial,sans-serif;
	border:1px solid transparent;
}

/* Styling the slideshow */

#slideShowContainer{
	width:590px;
	height:350px;
	position:relative;
	margin:10px auto 10px;
}

#slideShow{
	position:absolute;
	height:350px;
	width:580px;
	background-color:#fff;
	margin:3px 0 0 3px;
	z-index:100;
	-moz-box-shadow:0 0 10px #111;
	-webkit-box-shadow:0 0 10px #111;
	box-shadow:0 0 10px #111;
	font-size: 5px;
}

#slideShow ul{
	position:absolute;
	top:-2px;
	right:4px;
	bottom:-1px;
	left:4px;
	list-style:none;
	overflow:hidden;
}

#slideShow li{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:324px;
}

#slideShowContainer > a{
	border:none;
	text-decoration:none;
	text-indent:-99999px;
	overflow:hidden;
	width:29px;
	height:29px;
	background:url('../img/arrows.png') no-repeat;
	position:absolute;
	top:345px;
	margin-top:-21px;
}

#previousLink{
	left:-33px;
}

#previousLink:hover{
	background-position:bottom left;
}

a#nextLink{
	right:-30px;
	background-position:top right;
}

#nextLink:hover{
	background-position:bottom right;
}

/* General styles */

.note{
	margin-bottom:10px;
	text-align:center;
}

.credit{
	font-size:12px;
}

.credit a{
	color:#bbb !important;
}


a, a:visited {
	text-decoration:underline;
	outline:none;
	color:#97CAE6;
}

a:hover{
	text-decoration:none;
}
