@charset "utf-8";
a.p1 {
	display: block;
	width: 1px;
	height: 1px;
	text-decoration: none;
	background: #fff;
	border: 0;
	margin: 0px 0 0 0px;
	float: left;
	position: relative;
}
a.p1 img {
	display: block;
	border: 0;
}
a.p1:hover {
	text-decoration: none;
	background-color: #8c97a3;
	color: #000;
	position: relative;
	z-index: 500;
}
a.p1 b {
	display: block;
	position: absolute;
	left: -9999px;
	padding: 10px;
	opacity: 0;
	border-radius: 3px;
	box-shadow: 0 15px 10px -15px rgba(0,0,0,0.4);
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}
img.iPad {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10;
}
a.p1:hover b {
	top: -90px;
	left: 56px;
	padding: 10px;
	border: 1px solid #ddd;
	background: #fff;
	opacity: 1.0;
}
a.p1:hover ~ img.iPad {
	display: block;
}
#tblImgGrid {
	margin: 20px 0px 0px 0px;
	table-layout: fixed;
}
#tblImgGrid td {
	position: relative;
	width: 100px;
}
.thumbs {
	display: block;
	width: 100px;
	z-index: 50;
}
.enlargements {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 30px;
	bottom: 20px;
	z-index: 40;
}
.thumbs img {
	width: 100%;
}
.enlargements img {
	width: 100%;
	border-radius: 6px;
	box-shadow: 0 15px 10px -10px rgba(0,0,0,0.8);
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}
td:hover .enlargements {
	display: block;
}