@charset "utf-8";
/* CSS Document */

/*Here resideth the eggs*/

/*below this is the egg code*/

@charset "utf-8";
/* CSS Document */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
	position: relative;
	z-index: 0;
	padding: 0px;
	left: 0px;
	top: 0px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 0;
padding: 0px;
}

.thumbnail span{ /*CSS for enlarged image*/
position: fixed;
background-color: white;
padding: 5px;
top: 100px;
left: 100px;
border: 0px #000000;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 5px;
/*  height: auto;
  width: auto;
  float: center;*/
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 230px;
left: 275px; /*position where enlarged image should offset horizontally */

}

/*Here endeth the eggs*/
