.thumbnail2{
position: relative;
top:140px;
z-index: 0;
}

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

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
padding: 00px;
left: 300px;
top: 250px;
border: 0px;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
position:absolute;
top:50px !important;
top:40px;
visibility: visible;
left: -540px; /*position where enlarged image should offset horizontally */

}


.thumbnail{
top:140px;
z-index: 0;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 00px;
left: 300px;
top: 250px;
border: 0px;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
position:absolute;
top:11px!important;
top:14px;
visibility: visible;
left: 180px; /*position where enlarged image should offset horizontally */

}
#layer_1{
 position:absolute;
 top:30px;
 margin-left:-100px;

}
#layer_2{
 position:absolute;
 top:50px;
 left:20px;
}
#layer_3{
 position:absolute;
 top:110px;
 left:840px;
}
#layer_4{
 position:absolute;
 top:610px;
 left:740px;
}

#inside_box {
        position: absolute;
        line-height:14pt;
        top:509px !important;
        top:516px;
        left: 520;

}
#title{
      position:absolute;
      top:500px;
      left: 800px;
}

#flat{
position:absolute;
top:61px!important;
top:64px;
visibility: visible;
left: 200px; 

}