.breaking_news_wrapper {
	position: relative; 
	margin: 15px 0 0;
	overflow: hidden;
	height: 23px;
	float: left;
	clear: both;
	width: 100%;
	background: #d0d0cf url(http://www.americanbodybuilding.com/images/breaking_news.jpg) no-repeat top left;
	border-bottom: 1px dashed #fcfcfc;
}

.breaking_news_link {
	width: 138px;
	height: 23px;
	position: absolute;
	top: 0;
	left: 0;
}

#breaking_news {
	position: absolute;  
	top: -23px;
	display: inline;
	width: 100%;
}

.news_article {
	height: 17px;
	padding: 6px 0 0;
	font-size: 85%;
	font-family: "Helvetica Bold Condensed", Helvetica, Arial, sans-serif;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

#breaking_news a {
	color: #333;
	font-size: 12px;
	text-decoration: none;
}

#breaking_news a:hover {
	text-decoration: underline;
}
