.gallerycontainer{
position: relative;
display:block;
	text-decoration : underline;
/* width: 500px;
height: 200px; */
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
/* border: 1px solid white; */
/* margin: 0 5px 5px 0; */
	border: 0;
	height:10px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
/* border: 1px solid blue; */
border: 1px solid #B1241A;
border-collapse:collapse;
	}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
/* background-color: lightyellow; */
background-color: #CCC;
padding: 5px;
left: -1000px;
border: 1px dashed #B1241A;
visibility: hidden;
color: black;
text-decoration: none;
	}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	/* width: 100%; */
	/* padding: 1px; */
	border-style: none;
	height: 250px;
	}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0px;
left: 475px; /*position where enlarged image should offset horizontally */
/* z-index: 50; */
}

/*
img.micro
{
	background : #FFFFFF;
	color :   #006699;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-style: none;
	height:12px;
}
*/

/* body {
	background-color: #C0C4C4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.bianco {
	color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}
.bordo {
	border: 1px solid #FFFFFF;
}

img.dxpix
{
	background : #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	float:right;
	border-style: none;
	width:100px;
}
*/
