#header-slider {
	height: 272px;
	overflow: hidden;
}

	#header-slider ul,
	#header-slider li {
		margin: 0;
		padding: 0;
		list-style: none;
		z-index: 1;
	}

	#header-slider li {
		/* define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here */
		width: 876px;
		height: 272px;
		overflow: hidden;
	}

	#header-slider li.hidden {
		display: none;
	}

	#header-slider li {
		display: block;
	}

	#header-prev,
	#header-next {
		display: block;
		width: 18px;
		height: 44px;
		position: absolute;
		z-index: 20;
		opacity: 0.6;
		moz-opacity: 0.6;
		filter: alpha(opacity=60);
	}

		#header-prev a,
		#header-next a {
			display: block;
			width: 18px;
			height: 44px;
			text-indent: -9999px;
		}

		#header-prev {
			background: url(img/but_prev.png) no-repeat top left;
			top: 115px;
		}

		#header-next {
			background: url(img/but_next.png) no-repeat top left;
			top: 115px;
			left: 858px;
		}
