/* Carousel  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - */
#carousel-wrapper { width: 950px; height:350px; margin:0 10px 0 10px;}

#carousel-content {
	width: 950px;
	}

.scroller {
	width: 950px;
	height: 350px;
	overflow: hidden;
	}

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

.slide {
	width: 950px;
	height: 350px;
	float: left;
	background-color: #DCDCDC;
	background-repeat:no-repeat;
	color:#333333;
	padding: 0px;
	}
.slide .quote{
	width:215px;
	height:240px;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px; 
	padding:10px 20px;
	line-height: 150%;
	font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:100%;
	background-image: url(../images/trans-white.png);
	background-repeat: repeat;
	float: left;
	margin-left:40px;


}
.slide .more{
	width:150px;
	height:30px;
	float: right;
	margin-top: 254px;
	margin-right: 20px;
	background-image: url(../images/more-button.png);
	background-repeat: no-repeat;
}
.slide .more a{
	display:block;
	width:150px;
	height:30px;
}

.slide .more a span{
	display:none;
}
