#fcContainer {
				background: url(/images/slideshow/bg.gif) repeat-x;
				border-bottom: 1px solid #AEAEAE;
				border-top: 1px solid #AEAEAE;
				float: left;
				height: 260px;
				margin: 15px 0 0 -7px;
				width: 960px;
				/* Belmont Press modifications */
				background-image: none;
				margin: 0 0 0 10px;
				width: 940px;
				border: none;
			}
			
			#fcContent {
				background: #fff;
				float: left;
				height: 240px;
				margin: 10px 2px 10px 16px;
				position: relative;
				width: 600px;
				/* Belmont Press modifications */
				margin: 0;
				width: 620px;
			}
			
			#fcNav {
				float: left;
				height: 240px;
				margin: 13px 0 0;
				position: relative;
				width: 316px;
				/* Belmont Press modifications */
				margin-top: 0;
				width: 320px;
				background: url(/images/slideshow/bg.gif) repeat-x;
				/* Belmont Press modifications -- add gutter */
				margin-left: 20px;
				width: 300px;
			}
				
				#fcNavHilite {
					position: absolute;
					background: url(/images/slideshow/arrow_blue.png) no-repeat;
					width: 342px;
					height: 30px;
					top: 4px;
					left: 0px;
					/* Belmont Press modifications */
					width: 335px;
					top: 0;
					left: -15px;
					/* Belmont Press modifications -- add gutter */
					width: 315px;
				}
				
				#fcNav ul {
					position: absolute;
					top: 0px;
					left: 0px;
					list-style-type: none;
					margin: 0; }
				
				#fcNav li {
					font-size: 14px;
					margin: 7px 0 0;
					padding-left: 26px;
					/* Belmont Press modifications */
					margin-top: 0;
					padding-left: 20px;
					/* Belmont Press modifications -- add gutter */
					padding-left: 10px;
				}
					
				#fcNav a {
					color: #000;
					text-decoration: none;
					/* Belmont Press modifications */
					display: block;
					height: 25px;
					width: 300px;
					padding: 5px 0 0;
				}
					
				#fcNav a:hover {
					color: #0074D4; }
			
			#fcContentImage, #fcContentImageFore {
				background-image: url(/images/slideshow/fcReprographics.jpg);
				background-repeat: no-repeat;
				height: 240px; }
				
			#fcContentImage {
				border: 1px solid #fff;
				/* Belmont Press modifications */
				border: none;
			}
			
			#fcContentText {
				/*background: url(/images/slideshow/semitrans.png);*/
				float: left;
				height: 240px;
				left: 0;
				position: absolute;
				top: 5px;
				width: 200px; }
			
			#fcContentText h2, #fcContentText p { 
				color: #fff;
				margin-left: 10px;
				margin-right: 10px; }
			
				#fcText_public h2, #fcText_public p {
					color: #000; }
					
			#fcContentText h2 { 
				font-size: 2em; 
				font-weight: normal;
				margin-bottom: 0; }
			
			#fcContentText .fcText { display: none; }
			
			#fcContentText .showFcText { display: block; }