.ContentRotator-Container
{
	border: solid 1px #d9d9d9;	
}
.ContentRotator-Content
{
	width: 536px;
	height: 156px;   /*JMH revising 176px;*/
	overflow: hidden;
}
.ContentRotator-Footer
{
	background-color: #6b93ad;  /*JMH orig = #5c93be;*/
	float:left;
	/*JMH new stuff*/
	width:526px;
	height: 20px;
	padding:0 5px 0 5px;
	font-size:14px;
	font-weight:bold;
	color:White;
}
#ContentRotator-FooterTitle
{
	float:left;
	width:70%;
			
}

#ContentRotator-FooterLink a
{
float:right;
font-size:12px;
font-weight:bold;
color:#fff;
}

.ContentRotator-Header
{
	background-color: #6b93ad;  /*JMH orig = #5c93be;*/
	float:right;
	/*JMH new stuff*/
	width:526px;
	padding:0 5px 0 5px;
	font-size:18px;
	font-weight:normal;
	color:White;
}
.ContentRotator-Pager 
{
	list-style: none;
	float: right;
	padding: 0;
	margin: 0; /*JMH Leave room for scrollbar*/
	font-size:12px;
}
.ContentRotator-Title
{
	float:left;
	font-size:18px;
	font-weight:bold;
	color:White;
}

.ContentRotator-Pager li
{
	padding: 2px;
	float: left;
}
.ContentRotator-Pager a
{
	padding: 0 5px;
	text-decoration: none; 
	color: #fff;	
}
.ContentRotator-Pager a:hover, .ContentRotator-Pager a.selected{
	color: #5c93be;
	background-color: #fff;
}
