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

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
top: -2000px;
border: 1px dashed gray;
visibility: hidden;
color: white;
text-decoration: none;
text-align: center;
}

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

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

/* ------------------- */

.thumbnailsmall{
position: relative;
z-index: 0;
}

.thumbnailsmall:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailsmall span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
top: -2000px;
border: 1px dashed gray;
visibility: hidden;
color: white;
text-decoration: none;
text-align: center;
}

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

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

.line
	{ background-repeat: no-repeat;
	vertical-align: text-top;
	height: 94px;
	width: 195px;
	font-weight: bold;
	font-size: 0.7em;
	text-align: right;
	padding: 14 22 8 0;}