#scroll img
{
	border: 0px;
}

#scroll_top
{
	float: left;
	width: 912px; height: 6px;
	background: #fff url(/images/scrolling_top.gif) no-repeat 0px 0px;
	overflow: hidden;
}

a#footerBannersPrev, a#footerBannersPrev:active, a#footerBannersPrev:visited
{
	float: left;
	width: 37px;
	height: 139px;
	background: transparent url(/images/scrolling_left.gif) no-repeat 0px 0px;
	position: relative;
	z-index: 1000;		
}

	a#footerBannersPrev:hover
	{
		background: transparent url(/images/scrolling_left.gif) no-repeat 0px -139px;
		height: 139px !important;
	}

	a.footerBannersPrevInactive
	{
		background: transparent url(/images/scrolling_left.gif) no-repeat 0px -278px !important;
		cursor: default;
	}

a#footerBannersNext, a#footerBannersNext:active, a#footerBannersNext:visited
{
	display: block;
	float: left;
	width: 37px;
	height: 139px;
	background: transparent url(/images/scrolling_right.gif) no-repeat 0px 0px;	
	position: relative;
	z-index: 1000;
}

	a#footerBannersNext:hover
	{
		background: transparent url(/images/scrolling_right.gif) no-repeat 0px -139px;	
	}

	a.footerBannersNextInactive
	{
		background: transparent url(/images/scrolling_right.gif) no-repeat 0px -278px !important;
		cursor: default;
	}	

#footerBannerContainer
{
	float: left;
	width: 838px;
	height: 139px;
	overflow: hidden;
	position: relative;	
	z-index: 999;
}	

	#slideContainer
	{
		position: absolute;
		top: 0px; left: 0px;
		width: 2514px;
		height: 139px;
	}
	
		.footerGroup
		{
			float: left;
			width: 838px;
			height: 139px;
			overflow: hidden;
			
		}
							
		#slideContainer a, #slideContainer img
		{
			float: left;
			width: auto;
			height: 139px;
			overflow: hidden;	
		}	
		
	#footerBannerGroups
	{
		display: none;
	}		
		
	
#scroll_bottom
{
	float: left;
	width: 912px;
	height: 12px;
	background: #fff url(/images/scrolling_bot.gif) no-repeat 0px 0px;
}
