#previewlink {
	position: absolute;
	width: 220px;
	height: 170px;
	background: url(fukidashi.png);
	display: none;
	color: #333;
	text-align: center;
}
#previewlink p {
  width: 220px;
  height: 170px;
  padding: 10px 0 0 0;
  margin: 0;
  background: url(loading.gif) no-repeat 90px 70px;
}
#tooltip{
  position:absolute;
  padding: 5px;
  border:1px solid #333;
	background:#fff;
	display:none;
	color:#333;
  
  
}
#tooltip p {
  width: 220px;
  font-size: 0.8em;
  text-align: left;
  margin: 0;
}
