<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;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: none;
padding: none;
left: -3px;
top: -5px;
border: none;
visibility: hidden;
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;
position:absolute;
top: 1%;
left: 18%; /*position where enlarged image should offset horizontally */
z-index:60;
border: none;
}

.parents{
position:absolute;
float:left;
left:10%;
width:1020px;
}

.parents img{
padding: 4px;
}

.parents table {
border-collapse:collapse;
position:absolte;
}

.parents td{
border:9px solid transparent;
}

.main{
position:relative;
float:left;
width:678px;
}

.side{
width:158px;
position:relative;
float:left;
}

.hiddenDiv {
display:none;
}

</style>