body {
	background: #f8ebe4 url(../images/home_bg.png) repeat-x; 
}
.home_row {
	width: 920px;
	float: left;
	margin-bottom: 40px;
}

/* @group CAROUSEL */
#carousel {
	width: 960px;
	float: left;
	overflow: hidden;
	height: 290px;
	background: transparent url(../images/carousel_bg.png) no-repeat top center;
}
#carousel .carousel_wrapper {
	float: left;
	width: 9600px;
}
#carousel .headline {
	width: 920px;
	float: left;
	height: 250px;
	padding: 20px;
}
#carousel img {
	border: 1px solid #f4ded1;
	padding: 1px;
	max-height: 238px !important;
	float: left;
	margin-right: 20px;
}
ul#carousel_tabs {
	float: left;
	width: 960px;
	height: 80px;
	overflow: hidden;
	margin: 2px 0 -40px 0;
	background: url(../images/content_shadow.png) no-repeat top center;
	text-align: center;
}
ul#carousel_tabs li {
	display: inline;
	float: left;
	padding: 10px 20px;
	overflow: hidden;
	color: #734327;
	cursor: pointer;
}
ul#carousel_tabs li.selected {
	background: url(../images/carousel_selected_bg.png) repeat-x;
	color: #2d070b;
}
ul#carousel_tabs li:hover {
	text-decoration: underline;
}
ul#carousel_tabs li.selected:hover {
	text-decoration: none;
}
/* @end */