/*
* stile per simulare un'ombra sotto alle thumbnail
*/
  i.imgwrap {
	  float:left;
	  background: url(../immagini/shadowAlpha.png) no-repeat bottom right !important;
	  background: url(../immagini/shadow.gif) no-repeat bottom right;
	  margin: 10px 0 0 10px !important;
	  margin: 10px 0 0 5px;
	  cursor : url("../images/zoomin.cur"),  pointer;
  }

i.imgwrap img {
	  display: block;
	  position: relative;
	  background-color: #fff;
	  border: 1px solid #a9a9a9;
	  margin: -6px 6px 6px -6px;
	  padding: 4px;
	  cursor : url("../images/zoomin.cur"),  pointer;
  }
  

/*
  *
  * hoveragnene  
  *
  */
  
      i.imgwrap:hover {
	  float:left;
	  background: url(../immagini/shadowAlpha.png) no-repeat bottom right !important;
	  background: url(../immagini/shadow.gif) no-repeat bottom right;
	  margin: 10px 0 0 10px !important;
	  margin: 10px 0 0 5px;
	  cursor : url("../immagini/zoomin.cur"),  pointer;
  }
  
  i.imgwrap img:hover {
	  display: block;
	  position: relative;
	  background-color: #FFF;
	  border: 1px solid #7e7e7e;
	  margin: -6px 6px 6px -6px;
	  padding: 4px;
	  cursor : url("../immagini/zoomin.cur"),  pointer;
      opacity: 0.8;
	  filter:alpha(opacity=80);

  }
  
  h4 {
	margin: 0.5em 0 0 0.5em;
	padding: 0;
	font-weight: bold;
	color: rgb(61, 90, 141);
	background-color: #fff;
width: 100%;        
clear: both;
}


