#slideshow {
	position: relative; 
	height: 433px;
}

#hero, #hero2 {
	position: absolute;
	cursor: pointer;
	background-image: url(/images/home/heros/hero_1.jpg);
	width: 851px;
	height: 433px;
}

#floater {
	display: none;
	position: absolute;
	cursor: pointer;
	width: 851px;
	height: 433px;
}

#slugs {
	display: none;
	position: absolute;
}

.leftarrow, .rightarrow {
	height: 41px;
}

.preload {
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: none;
}
