/* Start of CMSMS style sheet 'rotator' */
#focus{
	width:920px;
	height:369px;
	position:absolute;
	left: 0px;
	top: 0px;
}


.contentdiv {
	visibility:hidden;
	width:920px;
	height:369px; 
	position:absolute;
	left: 0px;
	top: 0px;
}

.contentdiv a img {
	border:none;
}
	
.pagination{
	position:absolute;
	left: 35px;
	top: 335px; /* must be 335*/
	width: 95px;
	z-index: 100; 
}

.pagination a{
 float:left;
 text-align: center;
 line-height: 10px;width: 
 10px;height: 10px;
 font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;border: 1px solid #000;
	background-color: #333;
	color:#333;
}

.pagination a:hover, .pagination a.selected{
color: #0CF;
background-color: #0CF;
border:1ps solid #ccc;
}

/* End of 'rotator' */

