<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document CSS Document gallery ADOKstudio.it versione 1.0 gennaio 2014*/
*{
	border:none;
	text-decoration:none;
	outline:none;
	margin:0px;
	padding:0px;
}
html,
body{
	
}
.galleryWrapper{
	position:relative;
	width:100vW;
	height:100vH;
	overflow:hidden;
	background-color:#000;
}
.galleryGroup{
	position: relative;
	width:auto;
	height:100%;
}
.galleryPhoto{
	position: absolute;
	background:url(../immagini/galleryLoader.gif) center center no-repeat;
	width:100vW;
	height:100vH;
	float:left;
	overflow:hidden;
	z-index: 0;
	display:none;
}
.galleryPhoto.attiva{
	display:block;
}
.btnGalleryIndicatore{
	background:#0F0;
	text-align:center;
	line-height:50px;
	top:0px;
	left:50%;
	margin-left:-50px;
}
.btnGalleryAutoPlay{
	background:#0F0;
	top:0px;
	left:50%;
}
.stopped{
	background:#FF0000;
}

</pre></body></html>