/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:10px auto 0px auto;
	width:380px;
	height:330px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:190px;
	height:100%;
	text-align:center;
}

.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	padding:0px;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background:#000; 
	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:180px;
	height:300px;
	position:relative;
	margin:0 auto;
	background:transparent url(../images/APP-ChiehLi01.jpg) no-repeat center center;
}
.ca-item-2 .ca-icon{
	background-image:url(../images/APP-ChiehLi02.jpg);
}
.ca-item-3 .ca-icon{
	background-image:url(../images/APP-ChiehLi03.jpg);
}
.ca-item-4 .ca-icon{
	background-image:url(../images/APP-ChiehLi04.jpg);
}
.ca-item-5 .ca-icon{
	background-image:url(../images/APP-ChiehLi05.jpg);
}


.ca-item h3{
	font-family: 'Coustard', sans-serif;
	text-transform:uppercase;
	font-size:14px;
	color:#FFF;
	margin-top:0px;
	text-align:center;
	height:85px;
	text-shadow: 0px 1px 1px #e4ebe9;
}

.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:240px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:380px;
	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-nav span{
	width:20px;
	height:38px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	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;
}