/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	width:650px;
	height:200px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
    
	position:relative;
	float:left;
	width:155px;
	height:100%;
	
}
.ca-item-main{
	
	position:absolute;
	top:5px;
	
	right:20px;
	bottom:5px;
	background:#fff;
	overflow:hidden;

}

.ca-icon{
	width:150px;
	height:80px;
	position:relative;
	margin:0 auto;
}





.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}



.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../img/arrows.png) no-repeat top left;
	position:absolute;
	top:50px;
	margin-top:-25px;
	left:-19px;
	text-indent:-9000px;
	opacity:1;
	cursor:pointer;
	z-index:100;

}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-19px;
    
}
.ca-nav span:hover{
	opacity:1.0;
}

