#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 0;
        width:150px;
        max-height:150px;
}

#tooltip div img{
        border: 1px solid #F2763F;
        width:100%;
        height:100%;
}