#banner, #banner ul {
	height: 360px;
	position: relative;
	list-style: none;
	overflow: hidden;
	margin-left: 0;
	margin-bottom: 0;
}

	#banner li {
		width: 100%;
		height: 100%;
		display: none;
		overflow: hidden;
		position: absolute;
		top: 0;	left: 0;
	}

	#banner a.arrow {
		color: white;
		width: 64px;
		height: 36px;
		overflow: hidden;
		position: absolute;
		right: 20px; z-index: 99;
		line-height: 36px;
		font-size: 18px;
		text-align: center;
		text-decoration: none;
		background-color: #333;
	}
		
		#banner a.arrow:hover {
			color: #666;
			background-color: #f5f5f5;
		}
		
		#banner a.arrow.prev {
			top: -48px;
			-webkit-transition: top 250ms 250ms ease-out;
			-moz-transition: top 250ms 250ms ease-out;
			transition: top 250ms 250ms ease-out;
		}
		
			#banner:hover a.arrow.prev {
				top: 0;
			}
		
		#banner a.arrow.next {
			bottom: -48px;
			-webkit-transition: bottom 250ms 250ms ease-out;
			-moz-transition: bottom 250ms 250ms ease-out;
			transition: bottom 250ms 250ms ease-out;
		}
		
			#banner:hover a.arrow.next {
				bottom: 0;
			}

#banner, #banner img, #promos img {
	display: block;
	background: url(/images/elements/sitewide/angled-lines.png) top left repeat #eee;
}


#quick-links {
	color: white;
	width: 160px;
	height: 360px;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #333;
	background-image: -webkit-linear-gradient(top, #333 0%, #666 100%);
	background-image: -moz-linear-gradient(top, #333 0%, #666 100%);
	background-image: linear-gradient(top, #333 0%, #666 100%);
}

#quick-links a {
	color: #ccc;
}

	#quick-links a:hover {
		color: #76d1ff;
	}

#quick-links dt, #quick-links dd {
	display: block;
	padding-left: 10px;
}

	#quick-links dt {
		width: 100%;
		display: block;
		padding-top: 5px;
		margin-top: 5px;
		font-size: 16px;
		font-weight: normal;
		border-top: solid 1px #686868;
	}
	
		#quick-links dt.heading {
			color: white;
			font-size: 10px;
			text-align: left;
			text-transform: uppercase;
			font-weight: normal;
			border: 0;
			margin: 0;
		}
	
		#quick-links dt a {
			color: white;
		}
	
	#quick-links dd a {
		font-size: 11px;
	}



#popular-brands {
	list-style: none;
	padding: 20px 0;
	text-align: center;
}

	#popular-brands li {
		display: inline;
		margin: 0 10px;
		vertical-align: middle;
	}