table {
width: 600px;
font:normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
table a {
font:normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#64FFFF; text-decoration: none ;
}

table a:hover{
font:normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration: underline ;
}
  
td {
vertical-align: top;
}

.thumbnail img{  
border-width: 0;    
position: absolute;
visibility: hidden;
left: 20%;
}   

.thumbnail:hover {
color: #64FFFF;
background-color: red;
}

.thumbnail:hover div{
background: url(images/loader.gif) no-repeat 50% 50% ; 
position: absolute;
left: 20%;
width: 300px;
height: 300px;
}

.thumbnail:hover img{   
visibility : visible ;
width: 300px;
}

table a img{
border-color: black;   
width: 25px;
}
table a:hover img{
border-color: #64FFFF; 
width: 25px;
}


