#slideshow {
	width: 584px;
	height: 247px;
	background-color: black;
	color: white;
	padding: 10px;
	font-family: Georgia, serif;
	line-height: normal;
}
#slideshow a, #slideshow a:visited {
	color: white;
	text-decoration: none;
}
#slideshow-images {
	float: left;
	text-align: right;
}
#slideshow-images img {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	z-index: 10;
}
#slideshow-images p {
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	background-color: black;
	opacity: 0.35;
	filter:alpha(opacity=35);
	margin: 0px 0px 0px -352px;
	padding: 0px 2px;
	position: relative;
	z-index: 20;
	font-size: 10px;
	line-height: 15px;
	top: 236px;
	float: left;
}

.featured_byline, .featured_byline a {
  font-weight: bold;
  color: #009BBB;
  text-transform: uppercase;
  font-size: 12px;
 }

#slideshow h2.story-headline {
	margin: 0px 0px 3px;
	padding: 0px 0px 0px;
	font-size: 18px;
	font-weight: normal;
}
#slideshow p.story-deck {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-style: italic;
	line-height: 100%;
}
#slideshow .slideshow-story {
	height: 80px;
	width: 222px;
	padding: 3px 0px 0px 10px;
	z-index: 10;
}
#slideshow .slideshow-story { /* IE Weirdness */
	*height: 82px;
}
#slideshow .slideshow-story.selected, #slideshow .slideshow-story.selected a, #slideshow .slideshow-story.selected a:visited {
	background-color: #ffefa6;
	color: black;
	cursor: pointer;
}
#slideshow-stories {
	float: right;
	position: relative;
	bottom: 4px;
}
#slideshow-stories { /* IE Weirdness */
	*bottom: 0px;
	*top: 1px;
}
#slideshow .ss-serif {
	width: 50px;
	height: 4px;
	overflow: hidden;
	background-color: white;
	float: left;
	margin: 0px 10px;
	z-index: 20;
}
#slideshow #ss-serif-0 {
	bottom: 173px;
	position: absolute;
}
#slideshow #ss-serif-1 {
	bottom: 88px;
	position: absolute;
}
