.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;
	text-align: center;
	background-color: #FFFF99;
	padding: 0px;
	left: -1000px;
	border: 1px dashed #000000;
	visibility: hidden;
	color: #000000;
	text-decoration: none;
}


.thumbnail_1 span img
{ 
	/*CSS for enlarged image*/
	/*border-width: 0;*/
	/*padding: 2px;*/
}



.thumbnail_1:hover span
{ 
	/*CSS for enlarged image on hover*/
	visibility: visible;
	width: 750px;
	bottom: -175px;
	left: 0; /*position where enlarged image should offset horizontally */
}

/*------------------------------- Number 2 -------------------------------------*/


.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;
	text-align: center;
	background-color: #FFFF99;
	padding: 0px;
	left: -1000px;
	border: 1px dashed #000000;
	visibility: hidden;
	color: #000000;
	text-decoration: none;
}

.thumbnail_2 span img
{ 
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail_2:hover span
{ 
	/*CSS for enlarged image on hover*/
	visibility: visible;
	width: 750px;
	bottom: -175px;
	left: -150px; /*position where enlarged image should offset horizontally */
}

/*------------------------------- Number 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;
	text-align: center;
	background-color: #FFFF99;
	padding: 0px;
	left: -1000px;
	border: 1px dashed #000000;
	visibility: hidden;
	color: #000000;
	text-decoration: none;
}

.thumbnail_3 span img
{ 
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail_3:hover span
{ 
	/*CSS for enlarged image on hover*/
	visibility: visible;
	width: 750px;
	bottom: -175px;
	left: -300px; /*position where enlarged image should offset horizontally */
}

/*------------------------------- Number 4 -------------------------------------*/

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

.thumbnail_4:hover
{
	background-color: transparent;
	z-index: 50;
}

.thumbnail_4 span
{ 
	/*CSS for enlarged image*/
	position: absolute;
	text-align: center;
	background-color: #FFFF99;
	padding: 0px;
	left: -1000px;
	border: 1px dashed #000000;
	visibility: hidden;
	color: #000000;
	text-decoration: none;
}

.thumbnail_4 span img
{ 
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail_4:hover span
{ 
	/*CSS for enlarged image on hover*/
	visibility: visible;
	width: 750px;
	bottom: -175px;
	left: -450px; /*position where enlarged image should offset horizontally */
}

/*------------------------------- Number 5 -------------------------------------*/

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

.thumbnail_5:hover
{
	background-color: transparent;
	z-index: 50;
}

.thumbnail_5 span
{ 
	/*CSS for enlarged image*/
	position: absolute;
	text-align: center;
	background-color: #FFFF99;
	padding: 0px;
	left: -1000px;
	border: 1px dashed #000000;
	visibility: hidden;
	color: #000000;
	text-decoration: none;
}

.thumbnail_5 span img
{ 
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail_5:hover span
{ 
	/*CSS for enlarged image on hover*/
	visibility: visible;
	width: 750px;
	bottom: -175px;
	left: -600px; /*position where enlarged image should offset horizontally */
}