body {
	font-size: 62.5%;
	font-family: "Helvetica Neue", Arial;
	text-shadow: 0 0 0 #000;
}

#marquee {
	width: 68.5em;
	height: 34em;
	background-color: white;
	text-indent: 0;
	margin: 0; padding: 0;
	padding-left: .5em;
	overflow: auto;
}

#marquee * { margin: 0; padding: 0; }

#marquee li {
	list-style: none;
}

#marquee li.slide {
	height: 34em; width: 68.5em;
/* 	overflow: hidden; */
	position: relative;
}

#marquee li.slide .name {
	text-transform: uppercase;
	font-size: 1.25em;
	position: absolute;
	top: 1.5em; left: 1.5em;
	background-color: white;
	padding: .25em; margin: -.25em;
	-webkit-border-radius: .25em;
	-webkit-box-shadow: 0 .1em .1em rgba(0,0,0,.25);
	color: #1a0045;
	z-index: 2;
}

#marquee li.slide .details {
	position: absolute;
	z-index: 1;
	width: 100em;
	display: none;
	background-color: white;
}

#marquee li.slide .details li {
	float: left;
	margin-right: .5em;
	position: relative;
	z-index: 2;
}

#marquee li.slide .description {
	position: absolute;
	bottom: 0; left: 0;
	color: white;
	padding: 1.5em;
	font-size: 1.25em;
	background-color: black;
	width: 65.5em;
	z-index: 4;
}

#marquee li.slide .description strong,
#marquee li.slide .description a {
	color: #ea831a;
	text-decoration: none;
	font-weight: bold;
}

#marquee li.slide .exterior {
	position: absolute;
	top: 0; left: 0;
	z-index: 3;
}

#marquee .slide {
	background-color: white;
	height: 100%; width: 100%;
}

#marquee .tagline {
	width: 10.2em;
	height: 1.6em;
	overflow: visible !important;
	font-size: 10px;
}

#marquee .tagline_detail {
	text-indent: -999em;
	font-size: 10px;
	width: 6.1em;
	height: 1.6em;
	background-image: url(../media/graphics/detail_violet.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#marquee .tagline_retail {
	text-indent: -999em;
	font-size: 10px;
	width: 6.1em;
	height: 1.6em;
	background-image: url(../media/graphics/retail_orange.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#marquee .tagline_oriented {
	text-indent: -999em;
	font-size: 10px;
	width: 9.8em;
	height: 1.6em;
	background-image: url(../media/graphics/oriented_orange.gif);
	background-repeat: no-repeat;
	background-position: center center;
}