/* General css for the entire news rotator */
#mainContainer{
	margin:0 auto;
	width:175px;
	text-align:left;
	border:1px solid #000;
	background-color:white;
}

.newsRotator{
	width:175px;
	height:390px;
	overflow:hidden;
	background-color:#E5ECD2;
	position:relative;
}
/* General css for a news story */
.newsRotatorStory{
	background-color:#E5ECD2;
}

.newsRotatorIngress{
	padding:5px;
	text-align:justify;
}
.newsRotatorIngress{
	color:000;
}
/* Heading of the news  */
.newsRotatorHeading{
	text-align:center;
	font-size:11px;
	margin:0px;
	color:#808172;
	background-color:#D5D7BE;
	padding:6px 2px;
}
.newsRotatorHeading a{
	color:#000;
	text-decoration:none;
}
.newsRotatorHeading a:hover{
	text-decoration:underline;
	color:#000;
}
/* Navigator pane at the bottom of the news rotator */
.newsRotatorNavigator {
	background-color:#E5ECD2;
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:30px;
	z-index:10;	
	padding-top:4px;
}
/* Div for the navigator links */
.newsRotatorNavigatorLinks {
	border:1px solid white;
	width:15px;
	height:22px;
	padding-top:0px;
	float:right;
	margin-right:2px;
	margin-left:1px;
	color:white;
	text-align:center;
}
/* <a> tag inside the newsRotatorNavigatorLinks div */
.newsRotatorNavigatorLinks a{
	color:#000;
	text-decoration:none;
}
/* Active link in the navigator pane */
a.newsRotatorNavigatorActiveLink {
	font-weight:bold;
	color:#666;
}

.newsRotatorTooltip {	/* Tooltip appearing when you move the mouse over the number in the navigator area */
	border:1px solid #000;
	background-color:white;
	padding:3px;
	bottom:35px;
	right:5px;
	width:250px;
	color:#444;
	font-style:italic;
	font-size:0.8em;
}

.newsImage{
	padding-top:3px;
	text-align:center;
	}