DIV#hold
{
    vertical-align: bottom;
    overflow: hidden;
    width: 150px;
    position: relative;
    height: 37px;
}
div#wn
{
    position: relative;
    width: 150px;
    height: 37px;
    overflow: hidden;
}


DIV#lyr1
{
    left: 0px;
    visibility: hidden;
    vertical-align: bottom;
    position: absolute;
    top: 0px;
}

/*
.hold {
	Z-INDEX: 100;
	VERTICAL-ALIGN: bottom;
	OVERFLOW: hidden;
	WIDTH: 150px;
	POSITION: relative;
	HEIGHT: 37px;
}
.wn {
	position:relative;
	width:150px;
	height:37px;
	overflow:hidden;
}


.yr1 {
	Z-INDEX: 100; LEFT: 0px; VISIBILITY: hidden; VERTICAL-ALIGN: bottom; POSITION: absolute; TOP: 0px
}
*/