.stickytooltip{
display:none;
position:absolute;
display:none;
border:2px solid #39F !important;
padding:10px 15px;
background:white;
z-index:3000;
width:250px;
}
.stickytooltip ul{
	list-style:none;
}
.stickytooltip  img{
	width:250px;
	border:1px solid #DDD;
	margin-bottom:10px;
}
.stickytooltip ul li.ten{
	border-bottom:1px solid #39F;
	padding:0px 0px;
	margin-bottom:6px;
	color:#3366FF;
	font-size:16px;
}

@media screen and (max-width: 800px) {
	.stickytooltip{
	display:none !important;

	}
}