/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:0px auto 0px auto;
	width:700px;
	height:130px;
	padding-top:20px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:240px;
	height:100%;
	text-align:center;
}
.ca-item-main{
	padding:0px;
	position:absolute;
	top:5px;
	left:0px;
	right:15px;
	bottom:15px;
}
.ca-icon{
	width:200px;
	height:189px;
	position:relative;
	margin:0 auto;
}
.ca-nav span{
	width:28px;
	height:38px;
	background:transparent url(../images/pro-prev.png) no-repeat top left;
	position:absolute;
	top:55%;
	margin-top:-19px;
	left:-30px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background:transparent url(../images/pro-next.png) no-repeat top right;
	left:auto;
	right:-30px;
}
.ca-nav span:hover{
	opacity:1.0;
}