	/* home */
 	.bg-top { background:url(images/bg-home-top.jpg) repeat-x top center; }
	.bg-top-wrap { width:960px; margin:0 auto; position:relative; height:594px; }
	.home-banner { position:absolute; top:0; z-index:5; width:100%; height:594px; overflow:hidden; }
	#header { position:absolute; top:0; z-index:10; }
	
	.slide-holder { width:960px; height:594px; position:relative; margin:0 auto; overflow:visible; }
	.slide { width:960px; height:594px; position:absolute; z-index:15; top:0; left:-960px; display:block; }
	
	.slide-nav { width:960px; margin:0 auto; position:relative; }
	.slide-nav .centeredmenu { width:900px; float:left; position:relative; height:40px; overflow:hidden; }
	.slide-nav ul { clear:left; float:left; list-style:none; margin:15px 0 5px 0; padding:0; position:relative; left:50%; text-align:center; }
	.slide-nav li { list-style:none; margin:0; padding:0; float:left; right:50%; }
	.slide-nav-btn { 
		background:url(images/slider-nav-btns.png) no-repeat top; 
		width:14px; height:14px; display:block; text-indent:-999em; margin:0 15px 0 0; 
	}
	.slide-nav-btn:hover, .slide-nav-btn.active { background-position:bottom; }
	
	.slide-cta { text-indent:-999em; display:block; position:absolute; z-index:30; }
	
	.slide-sprite { position:absolute; top:0; left:0; display:block; z-index:15; }
	
	#cta-1 { background:url(images/slides/slide-1-cta.png) no-repeat top; width:394px; height:109px; }
	#cta-2 { background:url(images/slides/slide-2-cta.png) no-repeat top; width:133px; height:169px; }
	#cta-1:hover, #cta-2:hover { background-position:bottom; }
