.thumbnail{
	position: static ;
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #735717;

}

.thumbnail:hover{
position: relative;
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 0px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
text-decoration: none;

}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 22px;
left: -521px; /*position where enlarged image should offset horizontally */
}

.thumbnail_1{
	position: static ;
	z-index: 0;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #00007F;
}

.thumbnail_1:hover{
position: relative;
background-color: transparent;
z-index: 50;
}

.thumbnail_1 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 0px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_1 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail_1:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 300px; /*position where enlarged image should offset horizontally */
}
.ss{
	position: static ;
	z-index: 0;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.ss:hover{
position: relative;
background-color: transparent;
z-index: 50;
}

.ss span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 0px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.ss span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.ss:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 300px; /*position where enlarged image should offset horizontally */
}

