body{bgcolor="#000000" background="../images/backgrounds_2.gif" link="#000000" alink="#000000" vlink="#000000" rightmargin="0" bottommargin="0" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"}

.example {
	position:absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	background="../images/backgrounds_2.gif";
	overflow: hidden;
	background-image: url(images/01_nz_max.jpg);
}
.example img { 
    position: absolute;
    background: #666;
    overflow: hidden;
    cursor: pointer;
    left: 100%;
    border: 1px solid #FFFFFF;

}
.example span {
    position: absolute;
    color: #efefef;
    font-family: verdana;
    font-size: 0px;
    white-space: nowrap;
    left: -999px;
}
