@charset "UTF-8";
.thumbleft{
	position: relative;
	z-index: 0;
}
.thumbleft:hover{
background-color: transparent;
z-index: 50;
}
.thumbleft span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0 0 0 0;
	left: 0px;
	border: 0px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbleft span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}
.thumbleft:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 0px; /*position where enlarged image should offset horizontally */
	top: 40px;
	background-position: center;
}
.thumbmid{
	position: relative;
	z-index: 0;
}
.thumbmid:hover{
background-color: transparent;
z-index: 50;
}
.thumbmid span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0 0 0 0;
	left: 0px;
	border: 0px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbmid span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}
.thumbmid:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: -199px; /*position where enlarged image should offset horizontally */
	top: 40px;
	background-position: center;
}
.thumbright{
	position: relative;
	z-index: 0;
}
.thumbright:hover{
background-color: transparent;
z-index: 50;
}
.thumbright span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0 0 0 0;
	left: 0px;
	border: 0px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbright span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}
.thumbright:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: -399px; /*position where enlarged image should offset horizontally */
	top: 40px;
	background-position: center;
}
.thumbbookspecial{
	position: relative;
	z-index: 0;
}
.thumbbookspecial:hover{
background-color: transparent;
z-index: 50;
}
.thumbbookspecial span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0 0 0 0;
	left: 0px;
	border: 0px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbbookspecial span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}
.thumbbookspecial:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: -199px; /*position where enlarged image should offset horizontally */
	top: 20px;
	background-position: center;
}