/* General css for the entire news rotator*/
.newsBackround
{
	width:325px;
	height:334px;
	overflow:hidden;
	position:relative;
	background-image:url(images/news_background.gif);
	background-repeat:no-repeat;
	
} 
.newsRotator{
	width:302px;
	height:327px;
	margin:6px 0 0 12px;
	overflow:hidden;
	position:relative;

	
}
/* General css for a news story */
.newsRotatorStory{
	background-image:url(images/news_background.gif);
	background-repeat:no-repeat; 
	height:310px;
	overflow:hidden;
	/*background-image:url(images/news_background2.gif);*/
	background-repeat:repeat-x;
	background-position:bottom;
}
.newsRotatorStory img
{
	padding:0;
	margin:10px 0 0 0;
	width:305px;
}
.newsRotatorIngress{
	padding:7px;
}

.newsRotatorIngress{
	color:#565656;
}
/* Heading of the news  */
.newsRotatorHeading{
	margin:5px 0 0 0;
	color:#565656;
	padding:0px;

	font-size:20px;
	padding:5px;
	border-bottom:1px solid #cccccc;
}
.newsRotatorHeading a{
	color:#565656;
	text-decoration:none;
	line-height:20px;
}
.newsRotatorHeading a:hover{
	text-decoration:none;
}
/* Navigator pane at the bottom of the news rotator */
.newsRotatorNavigator {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:30px;
	z-index:10;	
	padding-top:4px;
}
/* Div for the navigator links */
.newsRotatorNavigatorLinks {
	border-top:1px solid #d6e9ed;
	border-right:1px solid #d6e9ed;
	border-left:1px solid #d6e9ed;
	
	width:21px;
	height:18px;
	padding:0;
	float:right;
	margin:12px 0 0 10px;
	color:#565656;
	text-align:center;
	background-color:white;
}
/* <a> tag inside the newsRotatorNavigatorLinks div */
.newsRotatorNavigatorLinks a{
	color:#565656;
	text-decoration:none;
	
}
/* Active link in the navigator pane */
a.newsRotatorNavigatorActiveLink {
	font-weight:bold;
	color:blue;
}
.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-size:0.8em;
	text-align:center;
}

