#shadowbox_overlay {
  visibility: hidden;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 798;
}
html>/**/body #shadowbox_container /*  Solo FireFox*/
{
  position: fixed;
  height: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
}
 #shadowbox_container {
  position: absolute;
  height: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
}
#shadowbox {
	display:none;
	visibility:hidden;
	margin:0 auto;
	position:relative;
	font-family:'Lucida Grande', Tahoma, sans-serif;
	text-align:left;
}
#shadowbox_title {
	/*height:25px;*/
	padding:0;
	overflow:hidden;
	background-color:#FFF;
	display:none;
}
#shadowbox_title_inner {
	font-size:16px;
	line-height:16px;
	white-space:nowrap;
	padding:5px 8px 4px 8px;
	color:#fff;
	font-weight:bold;
}
#shadowbox_body {
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	border:2px solid #fff;
	background-color:#33090A;
}
#shadowbox_body_inner {
	position:relative;
	overflow:hidden;
}
#shadowbox_loading {
	position:absolute;
	top:0;
	left:0;
	height:100px;
	width:100%;
	background-color:#33090A;
}
#shadowbox_loading img {
	float:left;
	margin:10px 10px 0 10px;
}
#shadowbox_loading span {
	float:left;
	margin-top:16px;
	font-size:10px;
}
#shadowbox_loading span a, #shadowbox_loading span a:link, #shadowbox_loading span a:visited { color:#fff; }
#shadowbox_content.html {
	height:100%;
	width:100%;
	overflow:auto;
}
#shadowbox_toolbar {
	margin:0;
	padding:0;
	/*height:20px;*/
	overflow:hidden;
	background-color:#fff;
}
#shadowbox_toolbar_inner { /*height:20px;*/
	color:#fff; 
	background-color:#fff;}
#shadowbox_toolbar_inner div {
	padding-top:4px;
	padding-bottom:0px;
	font-size:13px;
	line-height:10px;
}
.clear {
height:0px;
clear:both;
font-size:1px;
line-height:0px;
overflow:hidden;}
#shadowbox_toolbar_inner div span.shortcut {
	text-decoration:underline;
	font-weight:bold;
}
#shadowbox_toolbar_inner div a {
	text-decoration:none;
	color:#471616;
	padding-bottom:4px;
}
#shadowbox_nav_close, #shadowbox_nav_previous, #shadowbox_nav_next {
	float:right;
	padding:0 10px;
	margin-bottom:2px;
	background-color: #fff
}
#shadowbox_counter {
	float:left;
	padding-left:10px;
	height:28px;
	margin-top:0px;
	color:#666;
	background-color:#FFF;
}
#shadowbox_counter a {
	padding:8px 6px 0px 0;
	padding-bottom:0px;
	height:16px;
	background: #fff url(../immagini/filo_count.gif) no-repeat right bottom;
	margin:0 4px 0 0;
	font-weight:bold;
	display:block;
	float:left;
}
#shadowbox_counter a:hover { text-decoration:underline; }
#shadowbox_counter a.shadowbox_counter_current { color:#ceb674; }
div.shadowbox_message {
	text-align:center;
	padding:10px;
}
div.shadowbox_message a:link, div.shadowbox_message a:visited {
	text-decoration:none;
	color:#bed333;
}
div.shadowbox_message a:hover, div.shadowbox_message a:focus { text-decoration:underline; }
/* bordo ombreggiato */
div.sb_bg {
	display:block;
	position:absolute;
	z-index:70;
}
div.sb_bg {
	position: absolute;
	display: block;
	z-index: 70;
}
div.sb_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(sb_shadow_n.png) repeat-x !important;
	background-image:none;
}
div.sb_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(sb_shadow_ne.png) no-repeat !important;
	background-image:none;
}
div.sb_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(sb_shadow_e.png) repeat-y !important;
	background-image:none;
}
div.sb_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(sb_shadow_se.png) no-repeat !important;
	background-image:none;
}
div.sb_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(sb_shadow_s.png) repeat-x !important;
	background-image:none;
}
div.sb_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(sb_shadow_sw.png) no-repeat !important;
	background-image:none;
}
div.sb_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(sb_shadow_w.png) repeat-y !important;
	background-image:none;
}
div.sb_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(sb_shadow_nw.png) no-repeat !important;
	background-image:none;
}

