/* Carousel  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - */
#carousel-wrapper { width: 590px;}

#carousel-content {
	width: 590px;
	}

.scroller {
	width: 590px;
	height: 160px;
	overflow: hidden;
	}

#content {
	width: 8640px;
	height: 160px;
	}

.slide {
	width: 590px;
	height: 160px;
	float: left;
	background-color: #DCDCDC;
	background-repeat:no-repeat;
	color:#333333;
	padding: 0px;
	}
.slide .quote{
	height:40px;
	line-height: 40px;
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:140%;
	background-image: url(../images/transparent-blue.png);
	background-repeat: repeat;
	float: left;
	width: 570px;
	margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#showcasenav {
	height:21px;
	margin:0;
	padding:0;
	background-image: url(../images/showcasefade.png);
	background-repeat: no-repeat;
	background-position: top;
}
#showcasenav ul {margin:0; padding:0;}
#showcasenav ul li {display:block;float: left; margin:5px 5px 0 0; padding:0; width:21px; height:21px;}
#showcasenav ul li a {
	display:block;
	margin:0;
	padding:0;
	width:21px;
	height:21px;
	background-image: url(../images/showcase-button.png);
	background-repeat: no-repeat;
	background-position: center center;
	outline:none;
}
#showcasenav ul li span {
	width:21px;
	height:21px;
	line-height:21px;
	color: #FFFFFF;
	text-align: center;
	display: block;
}
.carousel-selected{background-image: url(../images/showcase-selected.png)!important;}
