.thumbnail1 img{
border: 1px solid #ccc;
text-decoration:none;



}

.thumbnail1:hover{
background-color: transparent; 
text-decoration:none;


	color:#FFFFFF;



}

.thumbnail1:hover img{

color:#000000;
border: 1px solid #000000;

text-decoration:none;


	color:#FFFFFF;



}


.thumbnail1 span{ /*CSS for enlarged image*/
position: absolute;
padding: 0px;
left:-10px;


visibility: hidden;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align: left;

	color:#FFFFFF;
	height:auto;
	width: 75px;
}

.thumbnail1 span img{ /*CSS for enlarged image*/

left:50px;



	color:#FFFFFF;
	height:auto;
		

}

.thumbnail1:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -25px;
left: -10px; /*position where enlarged image should offset horizontally */
z-index: 10;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;

	color: #FFFFFF;
	height:auto;
	
	

	

}

.thumbnail1 a{

visibility: visible;
top: -25px;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 50;


	color: #FFFFFF;
	height:auto;
	border: 1px solid #000000;
	

	

}
