/* General css for the entire news rotator */
.newsRotator{
	width:390px;
	height:290px;
	overflow:hidden;
	position:relative;
	border: 10px solid #FFFFFF;
}
.newsRotator img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
/* General css for a news story */
.newsRotatorStory{
	background-color:#F5F7F4;
	width: 390px;
	background-image: url(images/bgd_rotator.gif);
	background-repeat: repeat-x;
}
.newsRotatorIngress,.newsRotatorHeading{
	padding:3px;
	font-size: 20px;
}
.newsRotatorIngress{
	font-size: 12px;
	color:#000;
	padding-right: 15px;
	padding-left: 15px;	
}
/* Heading of the news  */
.newsRotatorHeading{
	margin:0px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
}
.newsRotatorHeading a{
	color:#333333;
	text-decoration:none;
}
.newsRotatorHeading a:hover{
	text-decoration:underline;
}
/* 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:1px solid white;
	width:15px;
	height:22px;
	padding-top:0px;
	float:right;
	margin-right:2px;
	margin-left:1px;
	color:white;
	text-align:center;
	background-color:#C0C7B8;	
}
/* <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:#CC3300;
}
.newsRotatorTooltip {	/* Tooltip appearing when you move the mouse over the number in the navigator area */
	border:1px solid #ccc;
	background-color:#fff;	
	padding:5px;
	bottom:6px;
	right:82px;
	width:235px;
	color:#444;
	font-style:normal;
	font-size:11px;
}
#content-outer #content-wrapper .col-two #newsRotator .newsRotatorStory .newsImage {
	text-align: center;
}
