#pbann {
	position: absolute;
	width: 422px;
	height: 105px;
	top: 10px;
	right: 120px;
}
#pbann a#clo {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 11px;
	height: 12px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background: #888;
	color: #000;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
}
#pbann div {
	position: absolute;
	top: 13px;
	left: 0;
	width: 420px;
	height: 90px;
	border: 1px solid #000;
}
#pbann div a img {
	border: none;
	width: 420px;
	height: 90px;
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
#pbann div a:hover img {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
