/* HOME PAGE CAROUSEL */
#carousel-container {
	height: 116px;
}

.carousel-right {
	height: 116px;
}

.carousel-right img {
	display: none;
}

#carousel-shadow {
	z-index: 12000 !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 950px;
	height: 10px;
}

#carousel-bottom {
	z-index: 10000 !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 950px;
	height: 126px;
}

#carousel-top-container {
	height: 26px;
	z-index: 997;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
}

#carousel-top {
	font-weight: bold;
	font-size: 8pt;
	margin: 5px;
	color: #d7ac56;
}

#carousel-nav {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 998;
}
#carousel-nav a {
	font: 7pt Sans-Serif;
	background: #EEE; 
	color: #000;
	text-decoration: none; 
	margin: 0px;
	margin-top: 7px;
	margin-right: 7px;
	padding: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline-block;
}

#carousel-nav a.activeSlide { background: #CCC; color: #000; }
#carousel-nav a:focus { outline: none; }

.carouselSummary 
{
	color: #FFF;
	font-weight: normal;
}

a.carousel-link:link,
a.carousel-link:visited,
a.carousel-link:hover,
a.carousel-link:active
{
	color: #FFF !important;
	text-decoration: none;
}

a.carousel-link:hover 
{
	text-decoration: underline !important;
}
