.homepage-banner-top { margin: 0 0 8px; }
.homepage-banner-bottom { margin: 0 0 -2px; }

.homepage-primary {
	position: relative;
	margin: 0 0 20px;
	height: 470px;
}

ul.homepage-slides {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 440px;
	margin: 0;
	overflow: hidden;
}

ul.homepage-slides-nav {
	position: absolute;
	width: 961px;
	height: 30px;
	margin: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
}

ul.homepage-slides-nav li {
	display: inline;
	list-style: none;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}

ul.homepage-slides-nav li a {
	width: 320px;
	height: 24px;
	padding: 6px 0 0;
	text-align: center;
	color: #fff;
	background: #000;
	float: left;
	position: relative;
}

ul.homepage-slides-nav li.activeSlide a {
	background: #fff;
	color: #000;
}

ul.homepage-slides-nav .arrow {
	background: url(../img/site/arrow-slideshow.png) no-repeat center bottom;
	position: absolute;
	width: 20px;
	height: 10px;
	top: -10px;
	left: -9999em;
}

ul.homepage-slides-nav li.activeSlide .arrow { left: 150px; }

.homepage-secondary { float: left; }
.homepage-tertiary { float: right; }

/* brands, pre-js */

.homepage-brands { clear: both; }

.homepage-brands ul {
	padding: 10px 0 0 25px;
	margin: 0;
}

.homepage-brands ul li {
	float: left;
	list-style: none;
	margin: 0;
	text-align: center;
	width: 100px;
	padding: 0 15px 10px;
}

.homepage-brands ul li img {
	display: block;
}

/* brands, post-js */

.jcarousel-container {
	width: 910px;
	height: 100px;
	padding: 10px 25px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.jcarousel-clip {
	width: 910px;
	height: 100px;
	overflow: hidden;
}

.jcarousel-prev,
.jcarousel-next { top: 48px; }


ul.slides-2 li a {
	width: 480px;
}

ul.slides-2 li.activeSlide .arrow {
	left: 220px;
}