/* Featured Box JAS */

ul#featured-stories {
	width: 100%;
	float: left;
	list-style-type: none;
	margin: 0 0 1em 0;
}

ul#featured-stories li {
	width: 33%;
	float: left;
}

ul#featured-stories li.last {
	width: 34%;
}

ul#featured-stories li div.panel {
	height: 180px;
	border: 2px solid #fff;
	margin-bottom: 0px;
	overflow: hidden;
	background: #000 url() no-repeat center;
	border-radius: 0.5em;
	margin: 0 15px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.35);-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.35);box-shadow: 2px 2px 3px rgba(0,0,0,0.35);
	position: relative;
}

ul#featured-stories li div.text-container {
	background: url(images/featured-box-background.png);
	color: #fff;
	text-align: left;
	font-size: 11px;
	padding: 5px 5%;
	line-height: 14px;
	width: 90%;
	position: absolute;
	bottom: 0;
}

ul#featured-stories li div.text-container p {
	margin-top: 5px;
font-size: 14px;
line-height: 1.2em;
}

ul#featured-stories.jasFeaturedStoriesScroll li div.text-container p {
	display: none;
}

ul#featured-stories li h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0.25em 0;
}

ul#featured-stories li h2 a {
	color: #fff;
}

p.additionalStories {
	clear: left;
	font-weight: bold;
	text-align: left;
	padding: 4px 3px 4px 8px;
	background: #eee;
	border: 1px solid #fff;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.35);-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.35);box-shadow: 2px 2px 3px rgba(0,0,0,0.35);
	position:relative;

}

/* end Featured Box JAS */