#window {
	position: relative;
	width: 580px;
	height: 222px;
	overflow: hidden;
	float: left;
	display: block;
	border-right: 2px solid #fff;
	z-index: 1;
}
#showreel {
	position: absolute;
	left: 0px;
	width: 1740px; /*Make this the same as all the slides widths' added together*/
	z-index: 2;
}
#showreel a {
	width: 580px;
	height: 222px;
	display: block;
	float: left;
}
#slideButtons {
	z-index: 99;
	position: absolute;
	left: 10px;
	bottom: 0px;
	background: url(../images/hp_control_bkg.png) no-repeat top left;
	width: 128px;
	height: 29px;
	padding: 10px 0px 0px 2px;
}
