@charset "utf-8";
.baysidegallery span {
	display: none;
	position: absolute;
	
}
.content table {
	position: relative;
	margin: 0 auto;
}
.baysidegallery:hover span {
	display: block;
	top: 98px;
	left: 145px;
	z-index: 1;
}
.content table img {
	width: 143px;
}
.content table span img {
	width: 568px;
	height: 378px;
}
