/* Circular Content Carousel Style */
.ca-container{
	height: 450px;
    margin: 180px auto 20px 17px;
    position: absolute;
    width: 990px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:330px;
	height:100%;
	text-align:center;
}
.ca-item-main{
	bottom: 5px;
	left: 5px;
	overflow: hidden;
	padding: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
}
.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:-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;
}