#hero {
	width: 702px; /* To make the slideshow fit internal pages we set the width smaller than the actual image size */
	margin-left: -3px; /* Then we add negative margin to have it cover white space on the left */
	height:  335px;
	overflow: hidden; /* This hides any extra image that is wider than 702 without any funky resizing */
	background-color: #000;
}

#hero a {
	margin: 0;
}

.feature {
}

#slideshow {
	position: relative;
	float: left;
}


#items {
	position: absolute;
	z-index: 20;
	width:  695px;
	top: 300px;
	text-align: right;
}
#itemsbox {
	float: right;
	width: auto;
	margin-right: 25px;
}

#itemsbox a {
	display: block;
	width: 17px;
	height: 16px;
	background-color: #000000;
	margin-right: 10px;
	cursor:pointer;
	float:  left;
	color: #000;
}
#itemsbox a:hover {
	background-color: #FFFFFF;
	color: #FFF;
}

#itemsbox a.activeSlide {
	background-color: #FFFFFF;
	color: #FFF;
}

#itemThumbs_Outer {
	position: absolute;
}


#itemThumbs {
	position: relative;
}

.item_thumb  {
	position: absolute;
	top: -200px;
	z-index: 200;
	display: none;
	width:  100px;
	height: 48px;
	background-color: #332233;
	overflow: hidden;
	border: solid 2px #FFFFFF;
}

.item_thumb img {
	height: 96px;
	width: 200px;
}

