/* General css for the entire news rotator */
.newsRotator{
	width:1000px;
	height:305px;
	overflow:hidden;
	background-color:#000;
	position:relative;
}

/* General css for a news story */
.newsRotatorStoryxx{
	background-color:black;
	
}


.newsRotatorHeading
{
	color:white;
	padding:0px;
	float:right;
	position:relative;
	width:400px;
	line-height:normal;	
}

.newsRotatorIngress
{
    padding:3px;
	color:white;
	float:right;
	position: absolute;
    left:600px;
	margin-top:44px;
	padding-left:10px;
	width:400px;


}

/* General css for a news story */
.newsRotatorStory{
	width:1000px;
	height:305px;
	background-color:#000;
}
.newsRotatorIngressX{

	float:right;
	width:400px;
	height:225px;
	position: absolute;
	/*
	margin-left: 600px;
	margin-top:44px;
	padding-left:5px;
	*/
	color:white;
}
.newsRotatorHeadingX{
position:relative;
	float:right;
	width:400px;
   
}
.newsImage
{
    width:600px;
    height:305px;
    float:left;
    position: inherit;
    visibility: visible;
    background-color: Transparent;
}



/* Heading of the news  */

.newsRotatorHeading a{
	color:white;
	text-decoration:none;
	padding-left:10px;
}
.newsRotatorHeading a:hover{
	text-decoration:underline;
}
/* Navigator pane at the bottom of the news rotator */
.newsRotatorNavigator {
	background-color:#000;
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:25px;
	z-index:10;

}
/* 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: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-color:white;
	padding:3px;
	bottom:35px;
	right:5px;
	width:250px;
	color:#444;
	font-style:italic;
	font-size:0.8em;
}

#news_main_content {
width: 1000px;
float:left;
background-color: #FFFFFF;
position:relative;
}

#news_left_content {
width: 600px;
background: #FFFFFF;
float:left;
}

#news_right_content {
width: 400px;
background: #FFFFFF;
float:left;
}