/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	height: 300px;
	width:100%;
}
.ca-wrapper{
	 width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:33%;
	height:100%;
	text-align:center;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(/.resources/vsphub/webresources/images/arrows.png) no-repeat top left;
	(
	position:absolute;
	top:30%;
	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;
}
