/* ------------------ unique rotator styles for homepage --------------------------- */

#home-sidebar #rotator_controls { /* "controls" for rotator -- play controls and pagination */
	position: relative;
	right: 5px; bottom: 3px;
	width: 273px; /* setting the width moves buttons closer/further from title*/
	text-align: right;
	color: #666;
	font-size: 10px;
}
#home-sidebar #content-rotator-inner { 
	margin-top: 10px;
	position: relative;
	left: -5px; 
	width: 271px;
	min-height: 207px; /* fix for safari */
}

/* ------------------ content rotators inside pages --------------------------- */

.rotator_container { /* outer container for the rotator and controls */
	padding: 30px 0 30px 10px;
	position: relative;
	width: 268px;
	float: right;
	/* background: url("/_common/img/home/bottom-dots.gif") repeat-x right top; */
}
.rotator_controls { /* "controls" for rotator -- play controls and pagination */
	position: relative;
	right: 5px; bottom: 3px;
	width: 289px; /* setting the width moves buttons closer/further from title*/
	text-align: right;
	color: #666;
	font-size: 10px;
}
.rotator_controls .rotator_num { /* "controls" for rotator -- play controls and pagination */
	position: relative;
	right: 10px; top: -4px;
	color: #3D3939;
	font-size: 11px;
}
#rotator_controls a#prev-slide,
#rotator_controls a#next-slide {
    border-bottom: 0;
}
.rotator-title {
	font-size: 16px;
	font-weight: bold;
	color: #002E56;
	float: left;
	text-align: left;
}
.rotator_controls img.rotator_controls_previous, .rotator_controls img.rotator_controls_next {
	position: relative; 
	left: -5px;
}
.rotator_item { /* container for all of the rotator *content* */
    display: none;
	position: relative;	
	top: 5px; left: -4px;
	width: 280px;
	line-height: 20px;
	color: #666;
	font-size: 12px;
}
.rotator_item:first-child {
    display: block;
}
.rotator_item img { 
	margin-bottom: 5px;
	padding-top: 0;
	border: 2px solid #323232;
}

.rotator_item h2 a { padding-bottom: 5px; color: #323232; font-size: 14px; border-bottom:none; }
.rotator_item h2 a:hover { text-decoration:underline; }
.rotator_item p { line-height: 18px; width: 250px; }




