#rotator {
	/*display:table;*/
	z-index: 1;
	width:922px;
	overflow:hidden;
	height: 397px;
	margin: 0em auto 1em;
	/* [disabled]background: #333; */
	position: relative;
	top: 0px;
}


#rotatornav {
	display: none;
	width:327px;
	height:40px;
	margin:0px;
	position:absolute;
	z-index:998;
	padding:0px 10px;
}
#rotatortitlebg { display:none; width:347px; margin:68px 0px 0px 0px; position:absolute; z-index:10; padding:20px 350px 20px 18px; background-image:url(/images/sep.gif); min-height:90px;}
#rotatortitle { display:none; text-align:center; position:absolute; font-size:20pt; color:#262626; font-weight:500; font-family:Helvetica,Arial; width:327px;   }
#rotatorsubtitle {
	display: none;
	text-align:left;
	position:absolute;
	width:591px;
	height:130px;
	margin:195px 0px 0px 0px;
	z-index:200;
	font-size:72px;
	color:#fd5706;
	font-family:"Myriad Pro";
	font-weight:bold;
	padding:0px 0px 0px 0px;
	left: 8px;
	top: -120px;
	line-height: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#rotatorpause  { float:left;  margin-right:8px; margin-top:3px; cursor:pointer; color:#FFFFFF; padding:0px 5px 0px 5px;  }
#rotatorresume { float:left;  margin-right:8px; margin-top:3px; cursor:pointer; color:#FFFFFF; padding:0px 5px 0px 5px; }
#rotatorpages  { float:left; margin-right:8px; text-align:center; width:347px; }

#rotatorpages ul { margin:0; padding:0; }
#rotatorpages ul li { margin:0; padding:0; }
#rotatorpages a { padding:2px 8px 3px 8px; margin:0px 2px 0px 2px;  color:#616161; text-align:center; font-size:12pt; text-decoration:none;  background-repeat:no-repeat; color:#FFFFFF; }
#rotatorpages a.activeSlide { color:#616161; font-weight:bold; color:#0E110A; }


#rotatorprev	 {  width: 46px; height: 38px; background-image: url(/images/cycle/previous.png); background-repeat:no-repeat; float:left; cursor:pointer; }
#rotatornext 	 {  width: 46px; height: 38px; background-image: url(/images/cycle/next.png); background-repeat:no-repeat; float:right; cursor:pointer;	}
