/* Header */
.carousel .carouselheader {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCCCCC;
}

.carousel .carouselheader .nav {
	float: right;
}

.carousel .carouselheader h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

/* Scrollable */
.scrollable {
	position: relative;
	overflow: hidden;
}

.scrollable div.item {
	float: left;
}

.scrollable .items {
	width: 20000em;
	position: absolute;
	clear: both;
}

.scrollable .active {
	z-index: 9999;
	position: relative;
}

/* Buttons */
a.browse {
	width: 18px;
	height: 18px;
	cursor: pointer;
	font-size: 1px;
	float: left;
	display: block;
}

a.right {
	background: url(/iltempo/img/slideshow/right.png) no-repeat;
	background-position: 0px 0px;
	clear: right;
	margin-right: 0px;
}

a.right:hover {
	background-position: 0px -18px;
}

a.left {
	background: url(/iltempo/img/slideshow/left.png) no-repeat;
	background-position: 0px 0px;
	margin-left: 0px;
}

a.left:hover {
	background-position: 0px -18px;
}

a.disabled {
	visibility: hidden !important;
}

/* Navigator */
.navi a {
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url(/iltempo/img/slideshow/navigator.png) 0 0 no-repeat;
	display: block;
	font-size: 1px;
}

.navi a:hover {
	background-position: 0 -8px;
}

.navi a.active {
	background-position: 0 -16px;
}

.carousel .lead {
	font-family: arial;
	color: black
}

.scrollable {
	border-bottom: 1px solid #DBDBDB !important;
}

.scrollable div.item {
	padding-right: 23px;
	width: 688px !important;
}

.carousel {
	width: 702px !important
}

.scrollable h1 {
	font-weight: bold;
}