img {  
image-rendering: optimizeQuality;  /* Firefox 3.6+; default behavior is identical, no need to specify */  
-ms-interpolation-mode: bicubic;   /* Internet Explorer 7.0; default in IE8+ */  
 }  
 
* {
	margin:0;
	padding:0;
	color:#FFF;
	list-style:none
}
img {
	border:none;
}
body {
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	cursor:default;
	background: #000000;
	color:#000;
	letter-spacing:1px;
}
a {
	text-decoration:none;
	color: #eeeeee;
	outline:0
}
/*barra navigazione*/
#content_home {
	height:35px;
	width:330px;
	top:62px;
	line-height:30px;
	background:#242424;
	left:35%;
	position:absolute;
}
#content {
	height:30px;
	width:385px;
	bottom:30px;
	line-height:30px;
	background:#FFF;
	opacity:0.4;
	filter:alpha(opacity=40);
	left:0px;
	position:absolute;
}
.imglogo {
	display:block;
	float: left;
	padding: 0 15px 0 15px;
}
/*menu generico*/
ul {
	float:left;
	width:120px
}

#contentframe {
	text-align:left;
}

#contentframe a, #contentframe a:visited {
	color:#000;
}

#contentframe a:hover {
	color:#666666;
}


/*Box con descrizioni*/
.box {
	position:absolute;
	top:15%;
	right:200px;
	width:500px;
	padding-bottom:100px;	
}
.box div {
	line-height:1.5em;
	background:#fff;
	padding:20px 30px;
}
.box div a {
	text-decoration:underline
}
h1, .big {
	font-family:"Century Gothic", "Lucida Grande", Arial, sans-serif;
	font-size:40px
}
h2 {
	font-family:"Century Gothic", "Lucida Grande", Arial, sans-serif;
	font-size:20px;
}
#descr {
	top:15%;
	text-align: right;
}
.big {
	top:20%;
	right:120px;
	font-size:13px
}


a.num {	
	font-weight:bold;
	background-color: #CCC; 
	padding: 3px;
	display: inline;
	color:#000000;
	font-size:11px;
	}
a.num:hover {	
    opacity:1;
    filter:alpha(opacity=100);
	background-color: #666; 
	padding: 3px;
	display: inline;
	color:#fff;
	font-size:11px;
	}
/*Supersize Plugin Styles*/
#supersize img, #supersize a {
	height:100%;
	width:100%;
	display:none;
}
#supersize .activeslide, #supersize .activeslide img {
	display:inline;
}

.boxino {
	background-color:#CCCCCC;
	font-size:11px;
	padding:3px;
	width:35px;
	float:left;
	margin-left:1px;
	margin-right:1px;
	color:#000;
	letter-spacing:normal;
	text-align:center;
}

.nomegallery {
	font-size:11px;
	line-height:12px;
	padding:3px;
	float:left;
	margin-left:10px;
	color:#000;
}
