/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	width:825px;
	height:900px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
	left:20px;
}
.ca-item{
	position:relative;
	float:left;
	width:275px;
	height:100%;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #e26d4a;
	text-align:center;
	color: white;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(http://s3.amazonaws.com/worship/graphics/instrumental/images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#ccdef0 url(http://s3.amazonaws.com/worship/graphics/instrumental/images/pattern.png) repeat top left;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	max-height:420px;
}
.ca-icon{
	width:225px;
	height:225px;
	position:relative;
	margin:0 auto;
	background:transparent url(http://s3.amazonaws.com/worship/graphics/instrumental/images/Full_Orch_Logo.png) no-repeat center center;
}
.ca-item-2 .ca-icon{
	background-image:url(http://s3.amazonaws.com/worship/graphics/instrumental/images/Jazz_Band_Logo.png);
}
.ca-item-3 .ca-icon{
	background-image:url(http://s3.amazonaws.com/worship/graphics/instrumental/images/Small_Ensemble_Logo.png);
}

.ca-item h9{
	font-family: 'Simonetta', sans-serif;
	text-transform:uppercase;
	font-size:1.8em;
	color:#fff;
	text-shadow: 1px 1px 1px #99BCB4;
	text-align:center;
	border-bottom:1px solid #595959;
}
.ca-item h14{
	font-family: "Georgia","Times New Roman",serif;
	font-size:1.3em;
	text-align:center;
	line-height:24px;
	position:relative;
}
.ca-item h14 span{
	text-indent:40px;
	display:block;
}
.ca-item h14  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#ccdef0;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:575px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-family: "Georgia","Times New Roman",serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:18px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h16{
	margin:15px 20px 0px 35px;
	font-size:32px;
	color:#000;
	font-family: 'Simonetta', sans-serif;
	color:#fff;
	border-bottom:2px solid #fff;
	text-shadow: 1px 1px 1px #99BCB4;
}
 h16{
	 padding-top:15px;
 }
h8{

	font-size:21px;
	line-height:1em;
	color:#595959;
	font-family: "Georgia","Times New Roman",serif;
}
.ca-content h7{
	font-size:18px;
	text-transform:uppercase;
	padding-bottom:5%;
}
.ca-content ul{
	margin:2px 5px;
	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:25px;
	height:38px;
	background:transparent url(http://s3.amazonaws.com/worship/graphics/instrumental/images/arrows.png) no-repeat top left;
	position:absolute;
	top:40%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}
