#wrapper {
	width: 990px;
	background-color: white;
}

#headerslider-wrapper {
	position: relative;
	clear: both;
	height: 260px;
	width: 990px;
	overflow: hidden;
}

#headerslider {
	position: relative;
	top: -85px;
}

a#toggle-header {
	font-size: 93%;
	line-height: 100%;
	padding: 4px 6px 5px 6px;
	background-color: #2957a4;
	color: white;
	display: block;
	text-decoration: none;
	z-index: 50;
	position: absolute;
	bottom: 0;
	left: 0;
}

a#toggle-header span {
	display: block;
	padding: 0 0 0 22px;
	background: url(/_local/images/down.gif) no-repeat 0 center;
}
a#toggle-header.headerslide-opened span {
	background: url(/_local/images/up.gif) no-repeat 0 center;
}