.carousel-component { 
    padding:0px 0px 0px 0px;
    margin-bottom:10px;
    -moz-border-radius:0px;
    background-color: white;
    cleat: both;
    float: left;
}

.carousel-component .carousel-clip-region { 
    padding:0px;
    margin:0px;
}
.carousel-component ul.carousel-list{
    text-align:left;
    background-color:white;
    list-style: none;
}

#carousel_container {
	width: 910px;
	height: 300px;
}

/******************
 * Billboard only * 
 ******************/
#billboard-carousel ul li .link {
	/*
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px 10px;
	display: table-cell;
	*/
	position: absolute;
	margin-left: 20px;
	top: 255px;
}

#billboard-carousel ul li .link a {
	font-weight: bold;
}

.carousel-component .carousel-list li {
	text-align: left;
}

.carousel-image-container, 
#billboard-carousel.carousel-component .carousel-list li { 
    margin:0px;
    width: 535px;
    height: 300px;
    overflow: hidden;
    /*border: 1px solid gray;*/
}

.tabset {
    float: left;
    width: 370px;
}

.carousel_tab {
	clear: both;
	width: 100%;
	height: 59px;
	cursor: pointer;
	text-align: left;
	background-color: #000000;
	color: #FFFFFF; 
	border-top: 1px solid #1e1e1e;
	overflow: hidden;
}

.carousel_tab_selected {
	background: #47a341 url(../images/carousel_tab_selected_bg.jpg) repeat-x top;
	border-top: 1px solid #abee7e;
}

.carousel-button {
	float: right;
	height: 59px;
	width: 59px;
	text-align: center;
	vertical-align: middle;
	background: transparent;
	border-left: 1px solid #313131;
	padding: 0;
	overflow: hidden;
}

.carousel_tab_selected .carousel-button {
	border-left: 1px solid #95d97d;
}

.carousel-tab-text {
	width: 280px;
	height: 59px;
	overflow: hidden;
	padding: 5px 0 5px 10px; 	
}

.carousel-tab-title {
	font-size: 18px;
	margin-bottom: 5px;
}

.carousel-tab-desc {
	font-size: 11px;
}

/***************
 * Events only * 
 ***************/
#events-carousel h3 {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: left;
}

#events-carousel h3 a {
	font-weight: normal;
	color: #4ba543;
	text-decoration: none;
}

#events-carousel p {
	margin: 0;
}
 
#events-carousel.carousel-component {
    padding:8px;
}
#events-carousel.carousel-component .carousel-list li { 
    width: 140px;
    height: 100px;
    padding: 5px 10px 5px 10px;
    border-right: 1px dashed #646464;
}

#events-carousel.single-element .carousel-list li {
	width: 300px;
}

#events-carousel.carousel-component .carousel-clip-region {
	margin-left: 40px;
}

#events-carousel.carousel-component .carousel-list li a { 
    display:block;
    text-decoration: none;
    outline:none;
    -moz-outline:none; 
}

#events-carousel.carousel-component .carousel-list li a:hover { 
    /*border: 1px solid #87bf4e;*/
    text-decoration: underline; 
}

#events-carousel.carousel-component .carousel-list li img { 
    display:block; 
}

#events-carousel.carousel-component .carousel-list li strong { 
    display:block; 
}

.event-text {
	cursor: pointer;
	height: 80px;
	width: 140px;
	word-wrap: break-word;
	overflow: hidden;
	padding: 0 !important;
	text-align: left;
}

#prev-arrow { 
    position:absolute;
    top:40px;
    z-index:3;
    cursor:pointer; 
    left:5px; 
}

#next-arrow { 
    position:absolute;
    top:40px;
    z-index:3;
    cursor:pointer; 
    right:5px;
}


