/*-------------------------
Reset
-------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*-------------------------
CSS Specifico
-------------------------*/

		html, body{
		overflow: auto;
		margin:0;
		padding:0;
		height:100%;
		width:100%;
		background:#000;
		}
		#logo{
		position:realtive;
		top:0px;
		left: 0%;
		margin-top:-60px;
		width: 100%;
		height: 240px;
		text-align:center;
		z-index:100;
		overflow:hidden;
		}	
		#flashcontent{
		position: absolute;
		z-index:50;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		overflow: hidden;	
		}		
		.nascosto { display: none; }



.cont-box-image-safe {
 width:218px;
 float:left;
  padding: 3px;
}

.box-image-safe {
width:100%;
height:0;
padding-bottom:75%;
overflow:hidden;
position:relative;
}

.box-image-safe img {
position:absolute;
height:auto;
width:auto;
max-width:120%;
min-height:100%;
min-width:100%;
top:50%;
left:50%;
-webkit-transform: translate(-50%,-50%); 
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%,-50%);
opacity: 1;
transition-duration: 1s;
transition-timing-function: ease-in-out;
}

#contenitore-gallery {
	position:relative;
	z-index: 15;
	margin: 0 auto;
	width:900px;
	padding:0px 0px 60px 0px;
}