
#supernews {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	margin-top: 250px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: auto;
	z-index: 1000;
}

#supernews .wrapper {
	width: 400px;
	height: auto;
	background-color: #FFA658;
	margin: 0px auto;
	text-align: left;
	padding: 25px;
}

#supernews .close {
	width: auto;
	height: 25px;
	margin-top: -25px;
	margin-right: -25px;
	padding-left: 403px;
}

#supernews .close .button {
	background: url(../images/accessories/newsClose.gif) no-repeat;
	width: 21px;
	height: 21px;
	cursor: pointer;
}

#supernews .content {
	background-color: #ffffff;
	padding: 10px;
}

#supernews .content h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

#supernews .small {
	font-size: 11px;
}
