#header #name a { color: #000; }
#fader { z-index: 0; }

#promo {
	display: block;
	position: relative;
	height: 518px;
}

#promo #promolist {
	z-index: 10;
	/*background: url(/images/V3bghome_promolist.png) top center no-repeat;*/
	width: 203px;
	height: 347px;
	margin-left: 29px;
	position: relative;
	cursor: pointer;
}
#promo #promolist ul { padding-top: 10px; }
#promo #promolist li {
	color: #fff;
	padding: 16px 0 18px 30px;
	text-decoration: none;
	background: url(/images/V3separator_promolist.png) bottom left no-repeat;
}
#promo #promolist li:hover { 
	background: url(/images/selector_promolist_hover.png) top center no-repeat;
}
#promo #promolist ul li a {
	padding: 16px 0 18px 30px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(/images/V3separator_promolist.png) bottom left no-repeat;
}
#promo #promolist .on { background: url(/images/selector_promolist.png) top center no-repeat; }
#promo #promolist .on:hover { background: url(/images/selector_promolist.png) top center no-repeat; }
#promo #promolist .off { background: transparent; }

div#fader {
	position: absolute;
	top: 0;
	left: 0;
}
div#fader img {
	position:absolute;
	top: 0;
	left: 0;
	margin-top: 7px;
	background-image: url(images/promos/preann3.jpg);
}

#promo #videolist {
	background: url(/images/V3bghome_videos.png) top center no-repeat;
	width: 900px;
	height: 133px;
	position: relative;
}
#promo #videolist img.arrow { 
	display: block; 
	float: left; 
	margin-top: 55px; 
	margin-left: 10px; 
	cursor:pointer;
}
#promo #videolist #allitems { 
	float: left;
	width: 855px;
	height: 120px;
	padding-top: 12px;
	position: relative;
	overflow: hidden;
	margin-left:1px; /* lines up the 4 promo menu with this gallery */
}
#promo #videolist ul {
	width: 20000em;
	position: absolute;
}
#promo #videolist ul li { 
	float: left; 
	margin-left: 10px; 
	color: #fff; 
}
#promo #videolist ul li img { 
	display: block; 
	padding-bottom: 5px; 
}

ul.items li a { color: #dfdffd; }

#nextstep {
	float: right;
	display: inline;
	margin: 18px 14px 0px 0px;
}

