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

.thumbnail{
position: relative;
z-index: 0;
margin:0;
padding:0;
color:#0000FF;
font-size:11px;
text-decoration:none;
}


.thumbnail:hover{
background-color: transparent;
z-index:50px;
text-decoration:underline;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#E4E4E4;
padding: 5px;
top:-100px;
left: -1000px;
border:solid 1px;
border-color:#CCCCCC;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span.testi{ /*CSS for enlarged image*/
background-color:#FFFFFF;
padding: 5px;
width:540px;
top:-142px;
left: 98px;
border-color:#000000;
visibility:hidden;
color: black;
text-decoration: none;
background-position:bottom;
}


.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

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

.thumbnail:hover span.testi{ /*CSS for enlarged image on hover*/
visibility: visible;
left:-50px; /*position where enlarged image should offset horizontally */
border:solid 1px #333333;
font-size:12px;
position:absolute;
word-spacing:1px;
}