/************************	THUMBNAIL popup************************/
.placeright{position: relative;z-index: 0;cursor:default;}
.placeright:hover{background-color: transparent;z-index: 50;cursor:default;}
.placeright span{ /*CSS for enlarged image*/position: absolute;background-color: lightyellow;padding: 1px;left: -1000px;border: 1px;visibility: hidden;color: black;text-decoration: none;cursor:default;}
.placeright span img{ /*CSS for enlarged image*/border-width: 0;padding: 1px;cursor:default;}
.placeright:hover span{ /*CSS for enlarged image on hover*/visibility: visible;top: 0;left: -260px; /*position where enlarged image should offset horizontally */top: -250px;cursor:default;}
.placerightup{position: relative;z-index: 0;<br>cursor:default;}
.placerightup:hover{background-color: transparent;z-index: 50;cursor:default;}
.placerightup span{ /*CSS for enlarged image*/position: absolute;background-color: lightyellow;padding: 1px;left: -1000px;border: 1px;visibility: hidden;color: black;text-decoration: none;cursor:default;}
.placerightup span img{ /*CSS for enlarged image*/border-width: 0;padding: 1px;cursor:default;}
.placerightup:hover span{ /*CSS for enlarged image on hover*/visibility: visible;top: 0;left: -260px; /*position where enlarged image should offset horizontally */top: 350px;cursor:default;}
.thumbnail{position: relative;z-index: 0;cursor:default;}
.thumbnail:hover{background-color: transparent;z-index: 50;cursor:default;}
.thumbnail span{ /*CSS for enlarged image*/position: absolute;background-color: lightyellow;padding: 1px;left: -1000px;border: 1px;visibility: hidden;color: black;text-decoration: none;cursor:default;}
.thumbnail span img{ /*CSS for enlarged image*/border-width: 0;padding: 1px;cursor:default;}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/visibility: visible;top: -250px;left:150px; /*position where enlarged image should offset horizontally */cursor:default;}
