.note {
    position: absolute;
    display: none;
    z-index: 100;
    overflow: hidden;
	background: url(spacer.png) no-repeat;
	background-position: -10px -10px;
}

.note:hover {
	background-position: 0px 0px;
}

.note-url {
}

.note-inner {
    width: 100%;
    height:100%;
    border-top: 1px #491C20 solid;
}


.notep {
	position:absolute;
    display: none;
    z-index: 100;

    max-width: 250px;
    font: 12px/16px Bodonitown, Georgia, Times New Roman, serif;

    padding: 2px;
    color: #F5EFEF;

    background: #000;
    background: #491C20;
    padding: 5px;
}



