﻿.rotatingHighlightContainer
{
   padding: 0px;
   margin: 0px;
   width: 960px;
   height: 300px;
   position: relative;
}

.rotatingNavigationContainer
{
   position: absolute; 
   left: 877px;
   top: 272px;
   display: block;
   width: 80px;
   z-index: 50;
}

.rotatingHighlightNavigation
{
   width: 18px;
   height: 18px;
   padding: 0px;
   margin: 0px;
   border: 0px;
}

.rotatingHighlightNavigation + .rotatingHighlightNavigation
{
	padding-left: 6px;
}

.rotatingHighlightElements
{
   padding: 0px;
   margin: 0px;
   width: 958px; /* it was 960 */
   height: 298px; /* it was 300 */
   overflow:hidden; /* it is new  */
   display: block;
}

.rotatingHighlightElements img
{
   padding: 0px;
}

/* until we make it a true control */

.rotator_wrapper
{
	width: 960;
	height: 300px; 
	position: relative;
}
.rotator_audience
{
	position: relative; 
	padding-left: 320px;
	top: 0px; 
	z-index: 0;
	
   /*
	position: absolute; 
	padding-left: 320px; 
	top: 0px; 
	z-index: 0;
	*/
}
.rotator_white_blend
{
	position: absolute; 
	left: 320px; 
	top: 0px; 
	z-index: 1;
}
.rotator_news
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	padding: 0px 0px 10px 15px;
	z-index: 2;
	padding-right: 40px;
	width: 320px;
	height: 300px;
	background-image: url(/_masters5/ComboPage/white-blend.png);
	background-position: 320px 0px;
	background-repeat: no-repeat;
}
.rotator_news_banner
{
	margin-bottom: 10px;
	display: block;
}
.rotator_news_story
{
	margin-top: 10px;
	width: 278px;
	xborder: solid 1px #dddddd;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}
.rotator_news_valueheader
{
	font-family: Arial;
	font-size: 22px;
	color: #14477c;
	margin-top: 10px;
	line-height: 135%;
}
.rotator_news_valuebody
{
	font-family: Arial;
	font-size: 16px;
	color: #14477c;
	margin-top: 10px;
	line-height: 135%;
}

