.thumbnail{
	position: relative;
	_position: relative;
	z-index: 0;
	_z-index: 0;
	color:#000000;
}
.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
	#background-color: transparent;
	#z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	left: -500px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	
	_position: absolute;
	_padding: 0px;
	_left: -1000px;

	_visibility: hidden;
	_color: black;
	_text-decoration: none;
	_
	background-image: url(loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	_border-width: 0;
	_padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0px;
	left: 130px; /*position where enlarged image should offset horizontally */
	_visibility: visible;
	_top: 0px;
	_left: 130px;
}