	* {
	text-decoration:none;
}

img   {
        behavior: url("pngbehavior.htc");
}

body {
	margin: 0;
	padding: 0;
	background: #292929 url(images/sfondo.jpg) center top repeat-y;
	color: #FFFFFF;
	font: normal 10pt "Arial",sans-serif;
}

a {
	color:#ffffff;
}

a:hover {
	color:#000000;
	background:#ffffff;
}

.container {
	margin: 0 auto;
	width: 950px;
}

.main {
	width:950px;
}

.testa {
	width:950px;
	text-align:center;
}

.coda {
	width:950px;
	color:#ffffff;
	font-size:10pt;
}

.coda-testo {
	text-align:center;
}

.coda a {
	color:#ffffff;
}

.coda a:hover {
	color:#ffffff;
	background:#000000;
}

.galleria {
	width:330px;
	height:550px;
	overflow:auto;
}

.galleria_wide {
	width:900px;
	height:100px;
	overflow:auto;
	text-align:center;
}

.foto_galleria {
	width:550px;
	height:550px;
	background:url(images/foto_da_caricare.gif) center no-repeat;
}

.foto_galleria_wide {
	width:900px;
	height:400px;
	background:url(images/foto_da_caricare.gif) center no-repeat;
}

.titolo_foto {
	width:900px;
	height:32pt;
	font-size:16pt;
}

.titolo_foto_4_3 {
	width:550px;
	height:32pt;
	font-size:16pt;
	text-align:center;
}

a.imag_a{
	filter:alpha(opacity=40);
	opacity:0.4;
	-moz-opacity:0.4;
	background:none;
}

a.imag_a:hover{
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
	background:none;
}

a.imag_a:active{
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
	background:none;
}

.prev {
	float:left;
}

.next {
	float:right;
}