/* Featured Box JAS */

div#featured-stories-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

div#featured-stories-wrapper ul#featured-stories {
	width: 100%;
	list-style-type: none;
	margin: 0;
}

div#featured-stories-wrapper ul#featured-stories li a.panel {
	display: block;
	height: 120px;
	margin-bottom: 0px;
	overflow: hidden;
	background: #000 url() no-repeat center;
	background-size: cover;
}

div#featured-stories-wrapper ul#featured-stories li div.text-container {
	background: url(images/featured-box-background.png);
	color: #fff;
	text-align: left;
	font-size: 11px;
	padding: 5px 10px;
	line-height: 14px;
}

div#featured-stories-wrapper ul#featured-stories li div.text-container p {
	margin-top: 5px;
	height: 120px;
}

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

div#featured-stories-wrapper ul#featured-stories li h2 {
	font-size: 12px;
	margin: 0;
}

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


div#featured-stories-wrapper ul#featured-stories {
	background: #fff;
	height: 240px;
	position: relative;
}

div#featured-stories-wrapper ul#featured-stories li {
	left: 0;
	position: absolute;
	top: 0;
	width: 33%;
}

div#featured-stories-wrapper ul#featured-stories li a.panel {border: 0;}

div#featured-stories-wrapper ul#featured-stories li.primary {
	border: 1px solid #9a9b9c;
	zborder-right: 0;
	left: 0;
	top: 0;
	width: 67%;
	z-index: 5;
}

div#featured-stories-wrapper ul#featured-stories li.primary.current {
	z-index: 6;
}

div#featured-stories-wrapper ul#featured-stories li.primary a.panel {
	height: 240px;
}

div#featured-stories-wrapper ul#featured-stories li.secondary,
div#featured-stories-wrapper ul#featured-stories li.tertiary {
	border: 1px solid #9a9b9c;
	left: 67%;
}

div#featured-stories-wrapper ul#featured-stories li.secondary {
	zborder-top: 0;
}

div#featured-stories-wrapper ul#featured-stories li.tertiary {
	top: 120px;
}

div#featured-stories-wrapper ul#featured-stories li .text-container h2 {
	color: #fff;
}

div#featured-stories-wrapper ul#featured-stories li.primary .text-container {
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;

	line-height: 20px;
	padding: 1em 10px;
}

div#featured-stories-wrapper ul#featured-stories li.primary .text-container h2 {
	font-size: 20px;
}

div#featured-stories-wrapper ul#featured-stories li.primary .text-container p {
	display: block !important;
	font-size: 15px;
	height: auto;
}

div#featured-stories-wrapper .jasfs_pips {
	margin-right: 10px;
	position: absolute;
	right: 33%;
	top: 10px;
	z-index: 5000;
}

div#featured-stories-wrapper .jasfs_pips li {
	background: #fff;
	border-radius: 3px;
	width: 15px;
	height: 15px;
	box-shadow: 0 0 2px rgba(0,0,0,255);
	display: block;
	float: left;
	margin-left: 0.5em;
	text-indent: -999em;
	cursor: pointer;
}

div#featured-stories-wrapper .jasfs_pips li.current {
	background: #a00;
	box-shadow: 0 0 2px rgba(0,0,0,255);
}

/* some opera hacks! */
x:-o-prefocus, div#featured-stories-wrapper ul#featured-stories li.primary .text-container  {
    bottom:auto;
	top: 0;
}

x:-o-prefocus, div#featured-stories-wrapper .jasfs_pips  {
	top: 218px;
}
/* end opera hacks */

/* end Featured Box JAS */