/**
 * PromoShow supporting CSS
 * (c) 2008 Oakley, Inc.
 *
 */
#promo-primary,
.PromoShow {
	height: 290px;
	width: 1025px;
	margin: 0;
	position: relative;
}
#promo-primary ul, 
.PromoShow ul {
	margin: 0;
	padding: 4px 5px;
	background-color: #030303;
	position: absolute;
	bottom: 15px;
	font-size: 14px;
	line-height: 15px;
	float: left;
	z-index: 5000;
	font-weight:bold;
	left: 8px;
	letter-spacing:2px;
	font-family:SKYfontThick, Arial, Helvetica, sans-serif;
}
#promo-primary ul li,
.PromoShow ul li {
	margin: 0 1px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	text-transform: uppercase;
}
#promo-primary ul li a,
.PromoShow ul li a {
	border: 0;
	display: block;
	padding: 3px 5px;
	background-color: #030303;
	background-repeat: no-repeat;
	background-position: -300px 0;
	color: #ffffff;
	border: 2px solid #fff;
}
#promo-primary ul li a:hover,
.PromoShow ul li a:hover {
	color: #fff;
	border-color: #030303;
	background-color: #030303;
	text-decoration:none;
}
#promo-primary ul li.selected a,
#promo-primary ul li.selected a:hover,
.PromoShow ul li.selected a,
.PromoShow ul li.selected a:hover {
	background-color: #030303;
	border-color: #030303;
	color: #fff;
}
#promo-primary .main-promo,
.PromoShow .main-promo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4999;
	opacity: 0;
}
#promo-primary .main-promo.selected,
#promo-primary .main-promo.selected img,
.PromoShow .main-promo.selected,
.PromoShow .main-promo.selected img {
	opacity: 1;
}
