#carousel-container {
	position: relative;
	width: 950px;
	height: 270px;
	background: #EEE;
	font-family: Verdana, Sans-Serif;
}

.carousel-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	height: 270px;
	background: #FFF;
}

.carousel-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 725px;
	height: 270px;
	background: #999;
}

.carousel-right img {
	display: none;
}

#carousel-shadow {
	z-index: 12000 !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 950px;
	height: 10px;
	background-image: url('../images/shadow.png');
	background-repeat: repeat-x;
}

#carousel-bottom {
	z-index: 10000 !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 950px;
	height: 126px;
	background-image: url('../images/overlay.png');
	background-repeat: no-repeat;
}

#carousel-top-container {
	z-index: 11000 !important;
	position: absolute;
	top: 0;
	right: 0;
	width: 725px;
	height: 30px;
	background-image: url('../images/carousel-top-container-background.png');
}

#carousel-top {
	font-weight: bold;
	font-size: 8pt;
	margin: 7px;
	margin-top: 9px;
	color: #d7ac56;
}

#carousel-nav {
	position: absolute;
	top: 0px;
	right: 0px;
}
#carousel-nav a {
	font: 7pt Sans-Serif;
	background: #BBB; 
	color: #BBB;
	text-decoration: none; 
	margin: 0px;
	margin-top: 9px;
	margin-right: 6px;
	padding: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline-block;
}

#carousel-nav a.activeSlide { background: #9595BA; color: #9595BA; }
#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: #D7AC56 !important;
	text-decoration: none;
}

a.carousel-link:hover 
{
	text-decoration: underline !important;
}
