
.sliderWrapper {
	padding:0px;
	margin:5px 0 0 0;
	position: relative; 
	z-index:99;
	overflow: hidden; 
	width: 588px; /*width of featured content slider*/
	height:300px;

}

/*.sliderWrapper #upperRightControls {
	position:absolute;
	margin:0px;
	padding:0px;
	z-index: 1000;
	width:160px;
	height:50px;
	top:0px;
	right:0px;
	background:url(../images/storyRotator/controls.gif) no-repeat top right;
}
*/
.sliderWrapper .storyRotatorPicture {
	visibility: hidden; 
	position: relative; 
	left: 0;  
	top: 0;  
	background: white;
	width: 588px; 
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination {
	visibility:hidden;
}

/*
.pagination a{
	background:url(../images/widgets/storyRotatorPaginationLink.jpg) no-repeat top left;
	color: #FFF;
}

.pagination a:hover, .pagination a.selected{
	background:url(../images/widgets/storyRotatorPaginationLinkHover.jpg) no-repeat top left;
	color: #333;
}*/

.toc, .next {
	text-decoration: none; 
	font-size:16px;
	font-weight:bold;
	text-align:center;
	display:block;
	width: 30px;
	height: 50px;
	padding-top:14px;
}

.abstractWrapper{
	position: relative; 
	top: 0px;
	left: 0px;
	overflow: hidden; 
	width: 588px;
	height: 65px;
	margin:0px 0px 10px 0px;
	border-bottom: 1px solid #FFE6DC;
	background-color: #FFF;

}

.abstractWrapper .storyRotatorAbstract {
	visibility: hidden; 
	position: absolute; 
	top: 0; 
	left: 0;  
	padding:0px;
	width: 588px;
	
	opacity: 1;
	overflow:hidden;
}


.storyRotatorHeadline {
	margin: 1px 3px 1px 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.8px;
	font-size: 16px;
	color: #555;
	text-decoration:none !important;
}

.storyRotatorContent {
	margin: 2px 3px 0px 3px;
	padding: 0px;
	font-size:11px;
	line-height:12px;
	color: #555;

}

