#hero{
	height: 106px;
	overflow: hidden;
	position: relative;
}

#hero_image{
	height: 106px;
	float: left;
	width: 480px;
	position: relative;
	overflow: hidden;
}
#hero_image_wrapper{
	width: 2400px;
}

#image_nav{
	position: absolute;
	right: 10px;
	bottom: 5px;
	z-index: 23;
}

#info{
	background: url(../images/info.gif) no-repeat;
	height: 27px;
	width: 27px;
	display: block;
	text-indent: -5000px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 22;

}


#close{
	background: url(../images/close.gif) no-repeat;
	height: 19px;
	width: 19px;
	display: block;
	text-indent: -5000px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 22;
}


#layover{
	background: url(../images/layover.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 106px;
	width: 480px;
	z-index: 21;
}

#layover div{
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	height: 96px;
	color: #fff;
	font-size: 1.1em;
	padding: 10px;
}

.gallery_item{
	width: 480px;
	height: 106px;
	overflow: hidden;
	float: left;
}


