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

.thumbnail1{
	position: relative;
	background-color: transparent;
	z-index: 50;
	text-decoration:none;
}

.thumbnail1 div.continut{ /*CSS for enlarged image on hover*/
	position: absolute;
	top: -230px;
	left: -90px; /*position where enlarged image should offset horizontally */
	width:300px;
	text-align:justify;
	font-size:12px;
	cursor:pointer;
	text-decoration:none;
}

.thumbnail2{
	position: relative;
	background-color: transparent;
	z-index: 50;
	text-decoration:none;
}

.thumbnail2 div.continut{ /*CSS for enlarged image on hover*/
	position: absolute;
	top: -220px;
	left: -50px; /*position where enlarged image should offset horizontally */
	width:300px;
	text-align:justify;
	font-size:12px;
	cursor:pointer;
	text-decoration:none;
}

.thumbnail3{
	position: relative;
	background-color: transparent;
	z-index: 50;
	text-decoration:none;
}

.thumbnail3 div.continut{ /*CSS for enlarged image on hover*/
	position: absolute;
	top: -110px;
	left: -40px; /*position where enlarged image should offset horizontally */
	width:300px;
	text-align:justify;
	font-size:12px;
	cursor:pointer;
	text-decoration:none;
}

.thumbnail4{
	position: relative;
	background-color: transparent;
	z-index: 50;
	text-decoration:none;
}

.thumbnail4 div{ /*CSS for enlarged image on hover*/
	position: absolute;
	top: -320px;
	left: -10px; /*position where enlarged image should offset horizontally */
	width:300px;
	text-align:justify;
	font-size:12px;
	cursor:pointer;
	text-decoration:none;
}

