#carousel {
	height: 331px;
	width: 559px;
	position: relative;
	float: left;
	padding: 4px;
}

	body.main_home #carousel {
		background: url(/images/furn/carousel_frame_dark.gif) no-repeat #31302c;
	}

	body.section_home #carousel {
		background: url(/images/furn/carousel_frame_light.gif) no-repeat #c3bca8;
	}

	#carousel img {
		position: absolute;
		height: 331px;
		width: 559px;
		opacity: 1;
	}

	#carousel .text {
		position: absolute;
		bottom: 3px;
		padding: 10px 17px;
		color: #fff;
		background: url(/images/furn/carousel_text_bg.png);
		width: 525px;
		cursor: pointer;
	}
	
		#carousel .section {
			font-family: Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			font-size: 10px;
			font-weight: normal;
		}
		
		#carousel .header {
			font-size: 30px;
		}
		
		#carousel .subheader {
			font-size: 16px;
		}