/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	width:565px; 
	height:380px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-close{background:url(../images/cross.png) center center no-repeat;
	  -moz-box-shadow:5px 5px 5px #999 inset;              
    -webkit-box-shadow:5px 5px 5px #999 inset;           
    box-shadow:5px 5px 5px #999 inset;
	position:absolute;
	top:10px;
	right:10px;
	
	width:27px;
	height:27px;
	text-indent:-9000px;
}
.ca-item{
	position:relative;
	float:left;
	width:187px;
	height:357px;
	text-align:center;
	margin-right:2px;
}
.ca-more{
	position: absolute;
	bottom: 0px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #ccbda2;
	text-align:center;
	color: white;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
}

.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
    width:187px;
    height:357px;
	position:absolute;
	top:5px;
	left:0px;
	right:5px;
	bottom:5px;
	background:#fff;
	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);
}
.ca-icon{
	width:179px;
	height:189px;
	position:relative;
	margin:0 auto;
	
}
.ca-icon img
{
    width:179px;
	height:189px;}

.ca-item h3{
	font-family: 'Coustard', sans-serif;
	text-transform:uppercase;
	font-size:22px;
	color:#000;
	
	height:16px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4{
	
	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:357px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:376px; height:357px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 12px;
	font-family: "宋体";
	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:26px;
	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:25px;
	height:38px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:0px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:0px;
}
.ca-nav span:hover{
	opacity:1.0;
}
.back
{
    display:block;
    width:59px;
    height:25px;
    background-image:url(../images/back.png);
    position:absolute;
    top:155px;
	right: 50px;
	z-index:1000;
}