.bannerAreaHolder{ 
	clear: both;
	width: 982px;/*752px; commented for spreading horizontal banner on home page */ 
	overflow: hidden !IMPORTANT;
	position: relative;
	margin-bottom: 10px;
}
#bannerScroller{
	clear: both;
	width: 982px;/*725px; commented for spreading horizontal banner on home page */ 
	height: 221px;/*130px; commented for spreading horizontal banner on home page */ 
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}
#bannerScroller #allBanners{
	position: relative;
	left: 0;
	top: 0;
	height: 221px;/*130px; commented for spreading horizontal banner on home page */ 
	width: 15000px !important;
	z-index: 1;
}
#bannerScroller #allBanners .individualBanner{
	width: 982px;/*727px; commented for spreading horizontal banner on home page */
	height: 221px;/*130px; commented for spreading horizontal banner on home page */ 
	float: left;
}
#bannerScroller #allBanners .individualBanner IMG{
	width: 982px;/*727px; commented for spreading horizontal banner on home page */
	height: 221px;/*130px; commented for spreading horizontal banner on home page */ 
	float: left;
}
.bannerLinkHolder{
	display: block;
/*	float: right;*/
	background-image: URL('/assets/images/generic/backgrounds/bannerSelector.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 40px;/*130px;*/
	width: 978px;/*27px;*/
text-align:center;
}
.bannerLinkButtons{
	/*margin: 5px;
	margin-top: 7px;*/
	margin: 0 auto;
	width:400px;
}
.bannerLinkButtons LI{
	color: #ffffff;
	background-image: URL('/assets/images/generic/backgrounds/banner_off.png');
	background-repeat: no-repeat;
	cursor: pointer;
	margin-bottom: 0px;
	margin-left:7px;
	height: 30px;
	width: 34px;
	margin-top: 10px;
	float: left;
}
.bannerLinkButtons LI SPAN{
	padding-left: 1px;
}
.individualSidebarBanner{
	width: 214px;
	text-align: center;
	margin-bottom: 20px;
}
.individualSidebarBanner A IMG{
	width: 214px;
}
.activeBannerLink{
	color: #FFFFFF !IMPORTANT;
	background-image: URL('/assets/images/generic/backgrounds/banner_on.png') !IMPORTANT;
}

