/* Circular Content Carousel Style */
.ca-container{
	width: 880px;
	height: 260px;
	
	top: 20px;
	left: 60px;
}
.ca-wrapper{
	width:918px;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:230px;
	
	height:260px;
	text-align:center;
}

.ca-item.active{
	background-color: #ffd5ac;
}


.ca-item-main{
	position:absolute;
	padding: 0 20px;
	top:0px;
	left:0px;
	right:1px;
	border-right: 1px dotted #a6a6a6;
	bottom:0px;
	overflow:hidden;

}

.ca-item-main h2 {
	text-align: left;
	color: #c95c01;
	height: 40px;
	text-transform: uppercase;
	margin-top: 10px;
}

.ca-item-main p {
	text-align: left;
	color: #999;
	font-size: 11px;
}

.ca-item-main img {
	width: 190px;
	height: 140px;
}

.ca-item-main .artistLink {
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-size: 14px;
}




.ca-icon{
	width:233px;
	height:189px;
	position:relative;
	margin:0 auto;
	background:transparent url(../images/animal1.png) no-repeat center center;
}

.ca-item h3{
	font-family: 'Coustard', sans-serif;
	text-transform:uppercase;
	font-size:30px;
	color:#000;
	margin-bottom:20px;
	height:85px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4{
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	font-size:12px;
	text-align:left;
	border-left:10px solid #b0ccc6;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
}
.ca-item h4 span{
	text-indent:40px;
	display:block;
}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#000;
	font-family: 'Coustard', sans-serif;
	color:#60817a;
	border-bottom:2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:30px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	position:absolute;
	top: 20px;
	bottom: 20px;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:1.0;
	cursor:pointer;
	z-index:100;
}

.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-60px;
}


