/* CSS Document */
.HomePBScrollerBase{
	width: 880px;
	margin: 28 0 0 4 auto;
}
div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	font-size:11px;
	width:950px;
	height:115px;
	overflow:hidden;
	margin: 0 auto;
	z-index: 1;
	}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:318px;
	height:136px;
	overflow:hidden;
	float:left;
	background-position:0 0;
	background-repeat:no-repeat;
}
div.scroller div.content {
	width: 10000px;
	height: 100%;
}
/*Start of CSS methods for affinity rotation	*/		
div.affscroller {
	/* modify width and height of scrolling section if necessary	*/		
	font-size:11px;
	width:540px;
	height:115px;
	overflow:hidden;
	margin: 0 auto;
	z-index: 1;
	}
div.affscroller div.affsection {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	/*width:120px; We are not specifying the width, considering the actual width of image */ 
	height:50px;
	overflow:hidden;
	float:left;
	background-position:0 0;
	background-repeat:no-repeat;
}
div.affscroller div.affcontent {
	width: 10000px;
	height: 100%;
}
/*End of CSS methods for affinity rotation	*/		
/*Start of CSS methods for EMC & Utility Partners rotation	*/		
div.EMCscroller {
	/* modify width and height of scrolling section if necessary	*/		
	font-size:11px;
	width:540px;
	height:115px;
	overflow:hidden;
	margin: 0 auto;
	z-index: 1;
	}
div.EMCscroller div.EMCsection {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	/*width:260px; */
	height:60px;
	overflow:hidden;
	float:left;
	background-position:0 0;
	background-repeat:no-repeat;
}
div.EMCscroller div.EMCcontent {
	width: 10000px;
	height: 100%;
}
/*End of CSS methods for EMC & Utility Partners rotation	*/		