div.nicetitle {
    position: absolute;
	z-index: 20;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 12px;
    /*font-family: Verdana, Helvetica, Arial, sans-serif;*/
    width: 15em;
    /*font-weight: bold;*/
    background: url(/ntbg.png);
    
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80,style=0);
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 10px;
    text-align: left;
    padding-top: 3px;
}

img.nicethumb {
	width: 36px;
	height: 48px;
	margin-right: 4px;
	border: 1px solid #FFF;
	/*align: left;*/
}