
/* size values below are merely place holders.. the actual values will be written in by header-carousel.js */
#header-carousel {
	width: 500px;
	height: 500px;

	overflow: hidden;
	position: absolute;
	z-index: 1;
}
#header-carousel .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 500px;
}
