#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1;
}

.stretch {
    width:100%;
    height:100%;
}

.html.slidershow,body.slidershow {
	height:100%;
	padding:0px;
	margin:0px;
	font-family: Verdana,Helvetica,Arial;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	leftMargin: 0;
	topMargin: 0;
	background-color: #C3C3C3;
	margin-top: 0px;
	scrollbar-face-color: none;
    scrollbar-hightlight-color: none;
    scrollbar-shadow-color: none; 
    scrollbar-3dlight-color: none; 
    scrollbar-arrow-color: none; 
    scrollbar-track-color: #C3C3C3;  
    scrollbar-darkshadow-color: none;
}

table.sliderspace {
	background-color: #FFFFFF;
	#opacity:0.5;
	#filter:alpha(opacity=50);
}

table.slidertext {
	background-color: #FFFFFF;
	opacity:0.75;
}

td.slidertext {
	font-family: Verdana,Helvetica,Arial;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

.smooth_slider_container {
	position: relative;
	height:100%;
	overflow: hidden;
}

.smooth_slider_panel {
	position: absolute;
	top:0px;
	left:0px;
	background-position: 0% 0%;
	background-repeat:no-repeat;
}

.noflicker {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	-perspective: 1000;
}

#img_msg_area {
	opacity:0.75;
	filter:alpha(opacity=75);
	#larghezza della tabella
	#width:445px;
	min-height:25px;
	background-color:#FFFFFF;
	position:absolute;
	left:20px;
	top:22px;
	z-index: 120;
	font-size:1.5em;
	padding:1em;
	# grafica della tabella 
	#-moz-border-radius-bottomright: 20px;
	#border-bottom-right-radius:20px;
	#-moz-border-radius-topright:20px;
	#border-top-right-radius:20px;
	-moz-border-radius:10px;
	border-radius:10px;
}

#static_log_area {
	opacity:0.75;
	filter:alpha(opacity=75);
	width:110px;
	height:300px;
	background-color:#FFFFFF;
	position:absolute;
	left:20px;
	top:120px;
	z-index: 120;
	padding:1em;
	-moz-border-radius:10px;
	border-radius:10px;
}

#static_bar_area {
	opacity:0.75;
	filter:alpha(opacity=75);
	width:110px;
	height:300px;
	background-color:#FFFFFF;
	position:absolute;
	left:10%;
	top:50px;
	z-index: 0;
	padding:1em;
	-moz-border-radius:10px;
	border-radius:10px;
}

#static_adv_area {
	opacity:0.75;
	filter:alpha(opacity=75);
	width:285px;
	background-color:#FFFFFF;
	position:absolute;
	height:335px;
	right:25px;
	top:120px;
	z-index: 120;
	padding:1em;
	-moz-border-radius:10px;
	border-radius:10px;
}

#resume {
	position: absolute;
	top:480px;
	left:42px;
	background: #FC8E00;
	color: #FFFFFF;
	text-align: center;
	border-radius:8px;
	cursor: pointer;
	padding: 8px 15px;
	font-size: 1.5em;
	z-index: 120;
}

#throbber {
	position: absolute;
	top:480px;
	left:25px;
	z-index: 120;
}