/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:0px;
	width:980px;
}
.fullScrollArticle .ca-container{
	height:640px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:980px;
}
.ca-item-main{
	position:absolute;
	overflow:hidden;
}
.fullScrollArticle.ca-item-scroller .ca-item-main{
	width:980px;
	height:640px;
}
.ca-icon{
	width:980px;
	height:640px;
}
.fullScrollArticle.ca-item-scroller .ca-icon{
	position:absolute;
}
.fullScrollArticle.ca-item-news .ca-icon{
	position:static;
}
.fullScrollArticle.ca-item-news {
	letter-spacing:6px;	
}
.fullScrollArticle.ca-item-scroller .ca-text-cont h3{
	font-family: "Georgia","Times New Roman",serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
}
.fullScrollArticle.ca-item-news .ca-text-cont h3{
	font-size:20px;
	font-weight:bold;
	line-height:32px;
	margin-bottom:10px;	
	text-transform:uppercase;
}
.fullScrollArticle.ca-item-scroller .ca-text-cont h4,.fullScrollArticle.ca-item-scroller .ca-text-cont h4 *{
	font-family: "Georgia","Times New Roman",serif;
	font-size:12px;
	line-height:30px;
	text-transform:uppercase;
}
.fullScrollArticle.ca-item-news .ca-text-cont h4,.fullScrollArticle.ca-item-news .ca-text-cont h4 *{
	font-size:16px!important;
	font-weight:normal;
	line-height:28px;
	font-style:italic!important;
}
.fullScrollArticle.ca-item-scroller .ca-text-cont{
	position:absolute;
	background:url(../images/itemScrollerOpacity.png);
	width:800px;	
	left:50%;
	margin-left:-430px;
	bottom:60px;
	padding:30px;
}
.fullScrollArticle.ca-item-news .ca-text-cont{
	margin-top:40px;
}
.ca-nav span{
	width:39px;
	height:65px;
	background:transparent url(../images/arrows-white.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-32px;
	left:10px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:10px;
	z-index:1000;
}
.ca-nav span:hover{
	opacity:1.0;
}