
#gallery_home {
	position: relative;
	width: 310px;
	height: auto; /*border: 1px solid #4a679f;*/
	padding-top: 5px;
	padding-left: 95px;
	margin: 0px auto 0px 70px;
	
}

a.galleria span {
	display: block;
	position: absolute;
		top: 0px;
	left: 0px;
	padding: 0px;
	padding-left: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	
}


a.galleria:link, a.galleria:visited {
	display: block;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	width: 70px;
	height: 69px;
/*se metto width=height nn si vede su explorer 6*/
	float: left;
	z-index: 100;
}

.mini1  {
	background: url(../immagini/foto1_c.jpg) no-repeat;
	width: 70px;
	height: 70px;
	padding: 0px 3px 0px 3px;
}
.mini2  {
	background: url(../immagini/foto2_cl.jpg) no-repeat;
	width: 70px;
	height: 70px;
	padding: 0px 3px 0px 3px;
}
.mini3  {
	background: url(../immagini/foto3_cl.jpg) no-repeat;
	width: 70px;
	height: 70px;
	padding: 0px 3px 0px 3px;
}
.mini4  {
	background: url(../immagini/foto4_cl.jpg) no-repeat;
	width: 70px;
	height: 70px;
	padding: 0px 3px 0px 3px;
}
a.mini1  {
	background: url(../immagini/foto_01_bn.jpg) no-repeat;
	width: 70px;
	height: 70px;
	padding: 0px 3px 0px 3px;
}
a:hover.mini1  {
	background: url(../immagini/foto1_c.jpg) no-repeat;
	width: 70px;
	height: 70px;
	padding: 0px 3px 0px 3px;
}
a.mini2  {
	background: url(../immagini/foto2_bn.jpg) no-repeat;
	width: 70px;
	height: 70px;
	padding: 0px 3px 0px 3px;
}
a:hover.mini2  {
	background: url(../immagini/foto2_cl.jpg) no-repeat;
	width: 70px;
	height: 70px;
	padding: 0px 3px 0px 3px;
}
a.mini3  {
	background: url(../immagini/foto3_bn.jpg) no-repeat;
}
a:hover.mini3  {
	background: url(../immagini/foto3_cl.jpg) no-repeat;
	width: 70px;
	height: 70px;
	padding: 0px 3px 0px 3px;
}
a.mini4  {
	background: url(../immagini/foto4_bn.jpg) no-repeat;
}
a:hover.mini4  {
	background: url(../immagini/foto4_cl.jpg) no-repeat;
	width: 70px;
	height: 70px;
	padding: 0px 3px 0px 3px;
}

a.galleria:hover {
border: 0px solid #ddd;
 
}

a.galleria:hover span {
	display: block;
	position: absolute; /*width: 402px;
	height: 300px;*/
	width: 90px;
	height: auto;
	top: 0px;
	left: 0px;
	padding: 0px;
	padding-left: 0px;
	background-color: transparent;
	z-index: 100;
	text-align: right;
	border: 0px solid Black;
}
