
#caroussel {
	width: 670px; /* width of frame - 2x border-width */
	height: 258px; /* same as above, but in height */
	position: relative;
	background-color: #000;
	margin-bottom: 15px;
}
#caroussel_item {
	position: absolute;
	left: 0; top: 0; z-index: 1;
	float: left;
	width: 670px;
	height: 260px;
	margin: 0;
	padding: 0;
}
#caroussel_item h3 {
	position: absolute;
	bottom: 0;
	z-index: 999;
	width: 640px;
	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_item .slider-image {
	display: block;
	width: 670px;
	height: 260px;
	/* text-indent: -9999px; */
}

#tab-arrow {
	position: absolute;
	right: 2px;
	top: 0px;
	width: 10px;
	height: 20px;
	background: url(../images/slider-tabarrow.jpg) no-repeat left center;
}

#caroussel_items {
	margin: 0;
	position: absolute;
	right: 0; bottom: 40px; z-index: 10;
	width: 85px;
}
.hdr_news_big, .hdr_news_small {
	background: url(../images/slider-tab.jpg) no-repeat right top;
	float: left;
	position: relative;
	overflow: hidden;
}
.hdr_news_small {
	background-image: url(../images/slider-bullit-small.png);
}
.hdr_news_big {
	background-image: url(../images/slider-bullit.png);
}
.hdr_news_big, .hdr_news_small {
	margin: 5px;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	width: 15px;
	height: 15px;
}

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

/* Textual styles */

#caroussel_item h3 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	text-align: left;
}
#caroussel_item h3 .event-date {
	font-size: 14px;
	font-weight: normal;
}

.hdr_news_big, .hdr_news_big:visited,
.hdr_news_small, .hdr_news_small:visited {
	color: #000;
	font: 14px Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}