<style type="text/css">

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

.thumbnail2:focus{
background-color: transparent;
outline:none;
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:focus span{ /*CSS for enlarged image on focus*/
position:absolute;
outline:none;
top:50px;
*top:40px;
visibility: visible;
left: -540px; /*position where enlarged image should offset horizontally */

}


.thumbnail{
top:70px;
z-index: 0;
text-decoration: none;
}

.thumbnail:focus{
outline:none;
background-color: transparent;
z-index: 50;
text-decoration: none;
}

.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:focus span{ /*CSS for enlarged image on focus*/
position:absolute;
outline:none;
top: 48px;
*top: 48px;
visibility: visible;
left: 3px; /*position where enlarged image should offset horizontally */
text-decoration: none;
}

#layer_2{
 position: absolute;
 top: 102px;
 left: 50%;
 margin-left:-355px;
 text-decoration:none;
}

.layer9{
 position: absolute;
 outline:none;
 top: 32px;
 left: 50%;
 margin-left:-155px;
}


#layer_1{
 position: absolute;
 top: 60px;
 left:50%;
 margin-left: -260px;

}
#layer_2{
 position: absolute;
 top: 102px;
 left: 50%;
 margin-left:-355px;
}
#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;
        *top: 516px;
        left: 520;

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

#flat{
position: absolute;
top: 150px;
*top: 150px;
visibility: visible;
left: 50%; 
margin-left:-352px;
}

</style>
