.ContentRotator-Container
{
	border: solid 1px #d9d9d9;	
	clear:both;	
}

.ContentRotator-Content
{
	width: 500px;
	height: 230px;
	overflow: hidden;
	
}
.ContentRotator-Content p { padding:4px 0; margin:5px 0px;}
.ContentRotator-Content h1, h2, h3, h4, h5 { font-size: 13pt;}
.ContentRotator-Footer
{
	background-color: #5c93be;
	float:right;	
}
.ContentRotator-Pager 
{
	list-style: none;
	float: right;
	padding: 0;
	margin: 0;
}
.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;
}
.ContentRotator-Content img{ float:left;}
.ContentRotator-Content .article-summary  {
	margin: 0;
	padding: 10px;
	float:left;
	display: inline;
	width: 240px;
	overflow: hidden;
}
