.gallerycontainer{
	position: absolute;
	top: 330px;
	padding-left: 20px;
	width: 115px;
	float: right;
	right: -10px;
	z-index: 1000;
	background-image: url(images/red-sports-car/glide-over-ferrari-sports-car.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 56px;
	padding-right: 0px;
	margin-top: 20px;
	padding-bottom: 5px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}



.thumbnail img{
	border: none;
	margin: 0px;
	text-decoration: none;
}

.thumbnail:hover{

}

.thumbnail:hover img{
	border: none;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	border: 0px;
	visibility: hidden;
	color: #FFF;
	text-decoration: none;
	padding-top: 0px;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	margin-bottom: 5px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: -60px;
	left: -575px; /*position where enlarged image should offset horizontally */
	z-index: 999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 340px;
}
.thumbnailFirst {
	visibility: visible; /*position where enlarged image should offset horizontally */
	z-index: 999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 619px;
	top: 700px;
}
