.tableleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-left: 125px;
	color: #666666;
	padding-right: 20px;
	width: 300px;
	padding-top: 5px;
	border-right-style: dotted;
	border-right-width: thin;
	background-position: left;
	text-align: left;
}
.spacer {
	width: 200px;
}
.tableright {
	background-position: top;
	padding-top: 10px;
	padding-left: 10px;
	border-left-color: #666666;
	width: 150px;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
}
<style type="text/css">

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

</style>
.texttable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 2em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 200px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #666666;
}

<style type="text/css">

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

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

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

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

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

}

</style>

