.controls {
	border-top:1px solid #AD9E87;
	bottom:12px;
	position:absolute;
	right:0px;
	padding-right:8px;
	padding-left:4px;
	margin-right:14px;
	width: 310px;
}

#homeBannerImages {
	width:930px;
}

.carousel {
	overflow-x:hidden;
	overflow-y:hidden;
}

.carousel .middle {
	overflow-x:hidden;
	overflow-y:hidden;
}

#homeBannerImages .slide {
float:left;
width:930px;
}

#tabs {
	/*
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background: url(../images/button-gradient-green.png) repeat-x scroll center top;
	border-left:1px solid #AD9E87;
	border-right:1px solid #AD9E87;
	border-top:1px solid #AD9E87;
	line-height:18px;
	*/
	clear:both;
	float:right;
	font-size:100%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#tabs li {
	display:block;
	float:left;
	position:relative;
	z-index:2000;
}

#tabs li a {
	font-weight:normal;
	color:#333;
	cursor:pointer;
	display:block;
	padding-left:1em;
	padding-right:1em;
	text-decoration:none;
	background:transparent none;
	line-height:22px;
}

#tabs li a:hover {
	color: #871200;
	text-decoration: underline;
}

#tabs li a.carousel-selected {
	background: url(../images/freccina.png) no-repeat scroll center -2px;
	font-weight: bold;
	color: #871200;
}

#tabs li a.carousel-selected:hover {
	text-decoration: none;
}
#homeBanner h1 {
	font-size: 24pt;
	margin-top: 9pt;
	margin-bottom: 6pt;
}

#homeBanner h2 {
	color: #000000;
	font-size: 16pt;
	font-weight: normal;
	margin-top: 6pt;
	margin-bottom: 3pt;
}

