#caroussel {
	width: 510px;
	height: 230px;
	position: relative;
}
#caroussel_item {
	position: relative;
	float: left;
	width: 508px;
	height: 228px;
	overflow: hidden;
	border: 1px solid #ccc;
}
#caroussel_item h3 {
	position: absolute;
	bottom: 7px;
	z-index: 999;
	width: 478px;
	margin: 5px;
	padding: 5px 10px;
	background-image: url(../images/slider-titlespacer.png);
}
* html #caroussel_item h3 {
	background: none #fff;
}

#caroussel_item #slide-1 {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#caroussel_item #slide-2,
#caroussel_item #slide-3 {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 1;
}

#caroussel_items {
	float: left;
	position: absolute;
	z-index: 999;
	width: 75px;
	height: 20px;
	right: 6px;
	bottom: 40px;
}
.hdr_news_small {
	background: url(../images/slider-indicator.png) no-repeat left top;
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.tab-big-link,
.tab-small-link {
	position: absolute;
	top: 0px;
}

/* Textual styles */

#caroussel_item h3 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	text-align: right;
}
