/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin-top:20px;
	width:960px;
	height:420px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:325px;
	height:100%;
	
}
.ca-more{
	padding:4px 15px;
	background: #042D6D;
	color: #fff!important;
	text-shadow: 1px 1px 0px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	display:block;
	margin-top:30px;
	width:60px;
	margin:30px auto 0 auto;
	
}
.ca-more:hover{
	color: #ccc!important;

	
}
.ca-close{
	position:absolute;
	top:10px;
	right:30px;
	background:#fff url(../images/cross.png) no-repeat center center;
	width:38px;
	height:38px;
	text-indent:-9000px;
	outline:none;
}

.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	position:absolute;
	top:5px;
	left:5px;
	right:15px;
	bottom:5px;
	padding:9px;
	color:#666666;
	background-color: #F4F5F0;
	background-image:url(../images/slider_pattern.png);
	background-repeat:no-repeat;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	-webkit-box-shadow: 0 5px 5px -5px #666;
	-moz-box-shadow: 0 5px 5px -5px #666;
	box-shadow: 0 5px 5px -5px #666;

}

.ca-item-main h1{
color:#000;
}

.ca-content-wrapper{
	background:#fff;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
	color:#666666;
	height:410px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;


	
}
.ca-content{
	width:630px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;

}

.ca-content h3{
	margin:25px 20px 0px 35px;
	padding-bottom:5px;
	color:#000;
	border-bottom:1px solid #000;
}
.ca-nav span1{
	width:43px;
	height:84px;
	background:transparent url(../images/slider_button1.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:0px;
	text-indent:-9000px;
	cursor:pointer;
}


.ca-nav span:hover1{
	left:auto;
	left:-60px;
	background-position: left -86px;
}

.ca-nav{
width:100%;
position: absolute;
z-index:111;

}
.ca-nav span.ca-nav-next{
	background:transparent url(../images/next.png) no-repeat top left;
	width:100px;
	height:100px;
	text-indent:-9000px;
	display:block;
	position:absolute;
	left:972px;
	top:150px;
}

.ca-nav span.ca-nav-next:hover{
	cursor:pointer;
	background:transparent url(../images/next_ho.png) no-repeat top left;
}
.ca-nav span.ca-nav-prev{
	background:transparent url(../images/prev.png) no-repeat top left;
	width:100px;
	height:100px;
	text-indent:-9000px;
	display:block;
	position:absolute;
	left:-100px;
	top:150px;
}
.ca-nav span.ca-nav-prev:hover{
	cursor:pointer;
	background:transparent url(../images/prev_ho.png) no-repeat top left;
}

.ca-item-text{
margin-top:10px;
text-align:center;
}