/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:10px 35px 0 0;
	width:400px;
	height:100px;
	float:right;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:138px;
	height:71%;
	text-align:center;	
} 
.ca-item-main{ 
	overflow:hidden; 
}
/*.ca-icon{
	width:128px;
	height:100px;  
}*/ 
.ca-nav span{
	width:22px;
	height:22px;
	background:transparent url(../img/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-30px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-30px;
}
.ca-nav span:hover{
	opacity:1.0;
}