/*--------------------------------------------------------------------------------------------
	Defaults 
  --------------------------------------------------------------------------------------------*/

div#ContentWrapper,
div#Content {
	background: none;
}

div#Hero {
	position: relative;
	background: transparent url(../images/hero-bg.jpg) left top no-repeat;
	height: 288px;
}
div#FeaturedItems {
	margin-top:59px;
}

	div.featuredImage {
		position: absolute;
		top: 1px;
		left: 14px;
		line-height: 0;
		z-index:5;
	}
	div#FeaturedImagePagination {
		z-index: 10;
		position: absolute;
		top: 28px;
		left: 842px;
	}
	div.featuredImagePageWrapper {
		float: left;
		padding-right: 5px;
	}
	div.featuredImagePage {
		height: 5px;
		width: 5px;
	}

	
