@charset "UTF-8";
/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

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

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
#container {
	height: 900px;
	width: 776px;
	margin: 0px;
	padding: 0px;
	background-image: url(Asus/EeePc_1008HA.jpg);
}
#link {
	padding: 0px;
	height: 5px;
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 630px;
}
#text1 {
	height: 160px;
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	padding-top: 725px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: transparent;
	padding: 5px;
	left: -1000px;
	border: 0px dashed gray;
	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: 100;
left: 100px; /*position where enlarged image should offset horizontally */

}

</style>

