/* General css for the entire news rotator */
	#mainContainer{
		margin:0 auto;
		
		text-align:left;
		width:190px;		
		background-image:url(../images/side_box_pix_en.gif);
		background-repeat:repeat-y;
		
		
	}
.newsRotator{
	width:190px;
	height:180px;
	overflow:hidden;
	background-image:url(../images/side_box_pix_en.gif);
	background-repeat:repeat-y;
	position:relative;
}
/* General css for a news story */
.newsRotatorStory{
	background-image:url(../images/side_box_pix_en.gif);
	background-repeat:repeat-y;
}
.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 {
    display:none;
	background-image:url(../images/side_box_pix_en.gif);
	background-repeat:repeat-y;
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:30px;
	z-index:10;	
	padding-top:4px;
	padding-left:3px;
}
/* Div for the navigator links */
.newsRotatorNavigatorLinks {
	border:1px solid white;
	width:15px;
	height:22px;
	padding-top:0px;
	float:left;
	margin-right:1px;
	margin-left:2px;
	color:white;
	text-align:center;
}
/* <a> tag inside the newsRotatorNavigatorLinks div */
.newsRotatorNavigatorLinks a{
	color:white;
	text-decoration:none;
}
/* Active link in the navigator pane */
a.newsRotatorNavigatorActiveLink {
	font-weight:bold;
	color:yellow;
}
.newsRotatorTooltip {	/* Tooltip appearing when you move the mouse over the number in the navigator area */
	border:1px solid #000;
	background-image:url(../images/side_box_pix_en.gif);
	background-repeat:repeat-y;
	padding:3px;
	bottom:35px;
	right:5px;
	width:190px;
	color:#0000ff;
	font-style:italic;
	font-size:0.8em;
}

