@charset "utf-8";
/* CSS Document */

#abgne_fade_pic a img {
	border: none;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
	overflow: hidden;
}
#abgne_fade_pic {
	position: relative;
	width: 650px;
	height: 240px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px;
	background-image: url(images/backdrop.png);
}
#abgne_fade_pic a.ad {
	position: absolute;
	top: 10px;
	right: 10px;
}
#abgne_fade_pic .control {
	position: absolute;
	font-size: 0px;
	color: #FFF;
	overflow: hidden;
	z-index: 1000000000;
	right: 0px;
	bottom: 0px;
}
#abgne_fade_pic .control a {
	display: block;
	width: 30px;
	font-size: 0px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	height: 30px;
	color: #FFF;
	overflow: hidden;
	float: left;
	background-image: url(images/e.png);
	background-position: 0px 0px;
}
#abgne_fade_pic .control a.on {
	font-weight: bold;
	color: #FF9;
	background-position: 30px 0px;
	background-image: url(images/e.png);
}
