/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:15px auto 20px 35px;
	width:682px;
	height:318px;
	border: 0px solid;
	
}
.ca-wrapper{
	width:686px;
	height:335px;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	height:100%;
	//text-align:center;
	width:170px;
	//padding-left:20px;
}

.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(/images/icons/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-29px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-32px;
}
.ca-nav span:hover{
	opacity:1.0;
}