#copyreviews { color: #0000FF; font-family: Arial; font-size: 10pt; text-decoration:none }

#copy2 {
	font : normal normal 8pt Arial, Verdana, Georgia;
	color : #555555;
}

#copy4b {
	color : #808080;font-style:normal; font-variant:normal; font-weight:normal; font-size:8pt; font-family:Arial, Verdana, Georgia; text-decoration:none;
}

#copyheader9 { text-decoration: none; color: #644183; font-size: 9pt; font-family: Arial }

.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;
border: 1px dashed gray;*/
left: -1000px;
visibility: hidden;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
}


.thumbnail:hover span{ /*CSS for enlarged image on hover*/
position:absolute;
text-align:left;
visibility: visible;
overflow:visible;
z-index:9999;
top:-100px;*top: 0;
cursor:pointer;
left: -40;
/*position where enlarged image should offset horizontally */
}


