#hdrInTheNews {
	/*background: transparent url('../images/news/hdr_in_the_news.png') 0 0 no-repeat;*/
	border-bottom:1px dotted #ccc;
	color:#333;
	margin:14px auto 0 20px;
	padding-bottom:8px;
	width:642px;
}
.popup_container a.nav,
.popup_container a.button {
	text-indent: -9999px;
	outline: none;
}
.popup_container .nav {
	width: 18px;
	height: 54px;
	position: absolute;
	top: 331px;
}
.popup_container .nav.prev {
	left: 0;
}
.popup_container .nav.prev:hover {
	background: transparent url('../images/news/carousel_arrow_left_hover.png') 50% 50% no-repeat;
}
.popup_container .nav.next {
	right: 0;
}
.popup_container .nav.next:hover {
	background: transparent url('../images/news/carousel_arrow_right_hover.png') 50% 50% no-repeat;
}
#carousel {
	position: relative;
	width:945px;
	height:385px;
	background: transparent url('../images/news/bg_carousel.jpg') 0 0 no-repeat;
}
	#carousel #newArtistBadge {
		position: absolute;
		width: 98px;
		height: 97px;
		display: block;
		right: 1px;
		top: 249px;
		outline: none;
	}
	#carousel .feature_artist,
	#carousel .feature_short_body,
	#carousel .feature_article_url,
	#carousel .feature_hero_url {
		position: absolute;
	}
	#carousel .feature_artist {
		color: #d0d0d0;
		font-size: 12px;
		left:18px;
		top:167px;
	}
	#carousel .feature_short_body {
		color:#8F8F8F;
		font-size:11px;
		left:32px;
		line-height:1.33;
		top:197px;
		width:273px;
	}
	#carousel .feature_article_url {
		color:#fff;
		font-size:11px;
		left:226px;
		text-decoration:none;
		top:306px;
		width:auto;
	}
	#carousel .feature_hero_url {
		left: 325px;
		top: 15px;
	}
	#carousel #bottomNav {
		bottom:0;
		height:53px;
		left:19px;
		overflow:hidden;
		position:absolute;
		width:907px;
	}
	#carousel #bottomNavList {
		bottom:0;
		left: 0;
		height:54px;
		overflow:hidden;
		position:absolute;
		width: 2000px;
	}
		#carousel #bottomNav li {
			color:#fff;
			float:left;
			font-weight:bold;
			height:54px;
			line-height:1.44;
			padding: 7px 0 0 10px;
			width:171px;
			border-right: 1px solid #838383;
			white-space: nowrap;
			cursor: pointer;
		}
		#carousel #bottomNav li.highlight {
			background: transparent url('../images/news/bg_carousel_highlight.png') 0 0 repeat-x;
		}
		#carousel #bottomNav span {
			color: #d0d0d0;
			display: block;
			font-weight: normal;
		}
#articles {
	width:676px;
	float:left;
	position: relative;
}
	#articles .article {
		width:640px;
		margin:0 15px 8px 22px;
		padding-bottom: 20px;
		border-bottom: 2px dotted #a0a0a0;
		clear: both;
		float: left;
	}
	#articles .article.first {
		margin-top: 0;
	}
	#articles .article_stats {
		position:absolute;
		right:12px;
		top:16px;
	}
		#articles .article_stats .content {
			color:#333;
			float:right;
			font-size:11px;
			height:16px;
			padding:0 8px 0 19px;
			width:auto;
			/*background: transparent url(../../../images/generic/icn_paper.png) 0 0 no-repeat;*/
		}
	#articles .article_info {
		padding: 7px 0 3px;
		font-size:11px;
	}
	#articles .article_info a,
	#articles .article_info span {
		font-size: 12px;
		font-weight: bold;
	}
	#articles .article_info a {
		text-decoration:none;
		color:black;
	}
	#articles .article_info span {
		color:#686868;
	}
	#articles .article_body,
	#articles .article_tags {
		color:#000;
		font-size: 11px;
	}
	#articles .article_body {
		line-height: 1.5;
	}
		#articles .article_body img {
			padding: 0 !important;			
		}
		#articles .article.even .article_body img {
			margin: 3px 5px 5px 0;
		}
		#articles .article.odd .article_body img {
			margin: 3px 0 5px 5px;
		}
	#articles .article_tags {
		margin: 5px 0 0;
	}
		#articles .article_tags h4 {
			color:#686868;
			font-size: 11px;
			font-weight: bold;
			float: left;
			width: auto;
			height: 16px;
			min-height: 16px !important;
			margin-right: 5px;
			padding-left: 19px;
			background: transparent url('../../../images/generic/icn_tag.png') 0 0 no-repeat;
		}
		#articles .article_tags a {
			text-decoration:none;
			color:blue;
			font-size: 11px;
		}
