	/** Feature Box **/

	#fbcontainer {
		margin-left: 0;
		position: relative;
		width: 666px;
		padding-top: 0;
	}

	#fbcontainer .border {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 50;
	}
	
	#fbslideshow {
		height: 358px;
		overflow: hidden;
	}
	
	#fbslideshow div {
		position: relative;
	}
	
	#fbslideshow div .fbcontent {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 666px;
		text-align: right;
	}
	
	#fbslideshow div.text {
		float: left;
		color: #fff;
		padding: 3px 0 0 0;
		font-size: .8em;
	}

	#fbslideshow div.text a {
		color: #fff;
	}
	
	#fbnav {
		width: 400px;
		position: absolute;
		top: 339px;
		left: 18px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		z-index: 100;
	}
	
	#fbnav li a {
		float: left;
		display: block;
		width: 18px;
		height: 18px;
		margin: 0;
		text-align: center;
		font-size: 32px;
		line-height: 19px;
		color: #fff;
	}
	
	#fbnav li a:hover {
		color: #377be0;
		background-color: transparent;
	}
	
	#fbnav li a.activeSlide {
		color: #034081;
	}