.graphic, #prevBtn, #nextBtn{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}


#footerPane {	
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 1024px;
	height: 215px;
	background-image: url(/images/global/background-teaser.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #dedede;		
}	

#slider{}	
#slider ul, #slider li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider li{ 
	width: 872px;
	height: 182px;
	overflow: hidden; 
}	

#prevBtn, #nextBtn{ 
	display: block;
	width: 21px;
	height: 75px;
	position: absolute;
	top: 53px;
}	

#prevBtn{ 
	left: 30px;
}	

#nextBtn{ 
	left: 973px;
}	
			
#prevBtn a, #nextBtn a{  
	display: block;
	width: 21px;
	height: 75px;
	background: url(/images/global/infoteaser/arrow-left.gif) no-repeat 0 0;	
}	
#nextBtn a{ 
	background: url(/images/global/infoteaser/arrow-right.gif) no-repeat 0 0;	
}	