.thumbnail
{ float:left;
width:120px;

font-size:70%;
}

.clearboth {clear:left;}
/* END thumbnail in the page */

/* thumbnail image enlargement */
.thumbnailEnlarge{
position:relative;
z-index:0; 
}

.thumbnailEnlarge:hover{
background-color:transparent;
z-index:1;
 
}

.thumbnailEnlarge span{ /* Css for enlarged image */
position:absolute;
visibility:hidden;
color:black;
text-decoration:none;
}
.thumbnailEnlarge span img{ /* CSS for enlarger image */

border-width:0;
padding:2px;
position:relative;
left:-575px;
top:75px;


	border-color: #000;
	width: 500px;			/*Preview image width */
	height: 345px;			 /*Preview image height */
}

.thumbnailEnlarge:hover span { /* CSS for enlarged Image on hover */
visibility:visible;


}

.thumbnailLeft
{ float:left;
width:120px;

font-size:70%;
}

.clearboth {clear:left;}
/* END thumbnail in the page */

.thumbnailEnlargeLeft{
position:relative;
z-index:0; 
}

.thumbnailEnlargeLeft:hover{
background-color:transparent;
z-index:1; 
}

.thumbnailEnlargeLeft span{ /* Css for enlarged image */
position:absolute;
visibility:hidden;
color:black;
text-decoration:none;
}
.thumbnailEnlargeLeft span img{ /* CSS for enlarger image */

border-width:0;
padding:2px;

	border-color: #000;
	width: 500px;			/*Preview image width */
	height: 345px;			 /*Preview image height */
}

.thumbnailEnlargeLeft:hover span { /* CSS for enlarged Image on hover */
visibility:visible;
position:absolute;
left:70px;
top:70px;

}