<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail_1{
position: relative;
z-index: 0;
}

.thumbnail_1:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail_1 span
{ /*CSS for enlarged image*/
	position: absolute;
	background: #FFF0F5;
	padding: 2px;
	left: -1000px;
	border: 1px dotted gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail_1 span img
{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 1px;
}

.thumbnail_1:hover span
{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 190px; /*position where enlarged image should offset horizontally */
}

/*------------------Secont Show---------------------*/

.thumbnail_2{
position: relative;
z-index: 0;
}

.thumbnail_2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail_2 span
{ /*CSS for enlarged image*/
	position: absolute;
	background: #FFF0F5;
	padding: 2px;
	left: -1000px;
	border: 1px dotted gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail_2 span img
{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 1px;
}

.thumbnail_2:hover span
{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 180px; /*position where enlarged image should offset horizontally */
}

/*-------------------------Ti 3--------------------*/

.thumbnail_3{
position: relative;
z-index: 0;
}

.thumbnail_3:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail_3 span
{ /*CSS for enlarged image*/
	position: absolute;
	background: #FFF0F5;
	padding: 2px;
	left: -1000px;
	border: 1px dotted gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail_3 span img
{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 1px;
}

.thumbnail_3:hover span
{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: -180px; /*position where enlarged image should offset horizontally */
}

</style>
