/* General css for the entire news rotator */
.newsRotator    { margin-left: 10px; position: relative; width: 180px; height: 200px; overflow: hidden }
/* General css for a news story */
.newsRotatorStory    { color: #000; background-color: #fff; width: 180px; height: 200px }
.newsRotatorStory2    { color: #000; background-color: #fff; width: 180px; height: 400px }
.newsRotatorIngress,.newsRotatorHeading{
	padding:3px;
}
.newsRotatorIngress{
	color:white;
}
/* Heading of the news  */
.newsRotatorHeading{
	margin:0px;
	color:white;
	padding:0px;
}
.newsRotatorHeading a{
	color:white;
	text-decoration:none;
}
.newsRotatorHeading a:hover{
	text-decoration:underline;
}
/* Navigator pane at the bottom of the news rotator */
.newsRotatorNavigator  { background-image: url("../images/menu_hg.gif"); background-repeat: repeat-x; background-position: 0 center; padding-top: 4px; position: absolute; z-index: 10; bottom: 0; left: 0; width: 100%; height: 30px }
/* Div for the navigator links */
.newsRotatorNavigatorLinks  { text-align: center; margin-right: 2px; margin-left: 1px; padding-top: 0; width: 15px; height: 22px; float: right; border: solid 1px #f60 }
/* <a> tag inside the newsRotatorNavigatorLinks div */
.newsRotatorNavigatorLinks a { color: #f60; text-decoration: none }
/* Active link in the navigator pane */
a.newsRotatorNavigatorActiveLink  { color: #000; font-weight: bold }
.newsRotatorTooltip  { color: #444; font-size: 0.8em; font-style: italic; background-color: white; padding: 3px; right: 5px; bottom: 35px; width: 180px; border: solid 1px #000 }

