/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:0 auto;
	width:900px;
	height:330px;
	margin-bottom:20px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:225px;
	height:100%;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	text-align:center;
	left:50px;
}
.ca-item-main{
	padding:0;
	position:absolute;
	top:0;
	left:5px;
	right:5px;
	bottom:5px;
	overflow:hidden;
}
.ca-icon{
	width:215px;
	height:122px;
	position:relative;
	margin:0 auto;
	padding-bottom:15px;
}
.ca-header {
	font-size:17px;
	padding-bottom:15px;
}
.ca-txt {
	color:#7F7F7F;
}
.ca-more{
	position: absolute;
	bottom: 0;
	text-align:center;
	left:50px;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../images/ddp/arrows.png) no-repeat top left;
	position:absolute;
	top:20%;
	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;
}
