/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:0 auto;
	width:95%;
	height:235px;
}
.ca-wrapper{
        padding: 0 2px;
	width:98%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:135px;
	height:100%;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 2px;
	right:2px;
	padding:0;
	font-weight:bold;
	color:#c32b7e;
	text-align:left;
	font-style:italic;
}
.ca-close{
color:#693371;
	position:absolute;
	top:5px;
	right:5px;
border: 1px solid #CCCCFF;  background: url(../images/pix-purple-cc.png);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
text-align:center;
line-height:20px;
	width:20px;
	height:20px;
	
	outline:none;
	
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	padding:0 5px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	
}
.ca-icon{
	width:100%;
	height:150px;
	position:relative;
	margin:0 auto;
        margin-bottom: 5px;
	overflow:hidden;
	
}

.ca-item h3{width:100%;
overflow: hidden; 
  text-overflow: ellipsis;
  white-space: nowrap;
	font-size:13px;
	line-height:13px;
	color:#050505;
	margin:0;
	
}
.ca-item h4{width:100%;
	overflow: hidden; 
  text-overflow: ellipsis;
  white-space: nowrap;
	font-style:italic;
	font-size:12px;
	font-size:12px;
	text-align:left;
	
	margin:0;
	position:relative;
}
.ca-item h4 span{
	text-indent:10px;
	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: url(../images/pix-purple-cc.png);
	position:absolute;
	width:0; /* expands to width of the wrapper minus 1 element */
	height:235px;
	top:5px;
	padding:0;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:100%;
	overflow:hidden;
}
.ca-content-text{

	font-style: italic;

}
.ca-content-text p{
	padding:5px;
}
.ca-content-text h1{
	padding:0;
	margin:0;
}
.ca-content h6{
	padding:0;
	margin:0;
	
}
.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-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:25px;
	height:45px;
	background:transparent url(../images/arrowff.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-10px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:50;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-10px;
}
.ca-nav span:hover{
	opacity:1.0;
}
