/******************************************
  galleria
******************************************/
#galleria {
	position:relative;
	border: 1px solid;
	height: 500px;
	width: 100%;
}
.gallery {
	float: left;
	margin: 0px!important;
	padding: 5px!important;
	overflow: visible;
}

.g_icone {
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
.g_icone img{
	margin: 0px!important;
	padding: 0px!important;
	max-width: 80px!important;
	width: 80px!important;
}
.g_icone-hfissa {
	height: 50px;
	text-align: center;
	vertical-align: middle;
}
.g_icone-hfissa img{
	margin: 0px!important;
	padding: 0px!important;
	height: 50px;
	width: auto!important;
}

.g_medie {
	width: 200px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	
}

/* per IE6*/
.elenco_scelte img{
width: 32px!important;
height: 32px;
}
/* per gli altri*/
html>body .elenco_scelte img{
height: auto!important;
width: auto!important;
	max-width: 32px;
	max-height:32px;
}
/*
.gallery a:hover img {
  background:#eee; 
  position:relative;
	max-width: 350px!important;
	width: 150px!important;
	max-height: 200px!important;
  border:0; 
  z-index:20;
  }

.gallery a:active, #gallery a:focus {
  background:transparent; 
	max-width: 100%px!important;
	display: block;
	width: 550px!important;
  padding: 40px 0px; 10px; 10px;; 10px; 10px;; 10px;;; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:10;
  border: solid 1px red;
  text-align: right!important;
  }

  .gallery a:active img, #gallery a:focus img {
  background:#eee; 
	max-width: 500px!important;
	width: auto!important;
	max-height: 500px!important;
  border: solid 1px blue!important;
  margin-left: 10px!important;
  z-index:10;
  }
  */
 
 #zoom {
 	margin-top: 10px;
 	clear: both;
	width: 99%;
 } 
 #zoom label{
 float: left;
 	padding: 10px;
	font-weight: bold;
 }
 #zoom img{
 	max-height: 400px!important;
 	max-width: 700px!important;
	width: auto!important;
/*	border: 1px solid #a30006!important;*/
 }
