	/** Feature Box **/

	#fbcontainer {
		margin-left: 0;
		position: relative;
		width: 550px;
		padding-top: 35px;
	}
	
	#fbslideshow {
		height: 330px;
		overflow: hidden;
	}
	
	#fbslideshow div {
		position: relative;
	}
	
	#fbslideshow div .fbcontent {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 550px;
		text-align: right;
	}
	
	#fbslideshow div.text {
		float: left;
		color: #fff;
		padding: 3px 0 0 0;
		font-size: .8em;
	}

	#fbslideshow div.text a {
		color: #fff;
	}

	#fbslideshow .cs {
		margin-top: 6px;
		float: right;
	}
	
	#fbnav {
		width: 60px;
		position: absolute;
		top: 3px;
		right: 0;
		list-style-type: none;
		margin: 0;
		padding: 0;
		z-index: 9;
		height: 15px;
	}
	
	#fbnav li a {
		float: left;
		display: block;
		width: 21px;
		height: 9px;
		margin-left: 5px;
		text-align: center;
		background: transparent url(/images/2010/fbnav-brown.gif);
	}
	
	#fbnav li a:hover {
		background: transparent url(/images/2010/fbnav-white.gif);
	}
	
	#fbnav li a.activeSlide {
		background: transparent url(/images/2010/fbnav-orange.gif);
	}

/* ============== STUDY SLIDES ================ */

	/** Feature Box **/

	#study {
	margin: 0 0 30px 0;
	position: relative;
	width: 550px;
	height: 300px;
	padding: 1px;
	border: 1px solid #362714;
	}
	
	#studySlides {
	height: 300px;
	overflow: hidden;
	}
	
	#studySlides .frame {
	position: absolute;
	width: 550px;
	height: 300px;
	overflow: hidden;
	}
	
	#fbnavStudy {
	position: absolute;
	width: 65px;
	bottom: -45px;
	right: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 10;
	height: 34px;
	}
