/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:0px auto 20px auto;
	width:954px;
	height:153px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:318px;
	height:153px;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 3px;
	right:0px;
	padding:4px 15px;
	font-weight:normal;
	text-align:center;
	color: white;
	font-family: "arial","Times New Roman",serif;
	font-size:12px;
	text-decoration:none;
}
.alltext a{float:right; color:#FFFFFF; font-size:13px; margin:0 30px 0 0;}

.ca-item-main{
	padding:10px;
	position:absolute;
	top:5px;
	font-weight:normal;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	border:1px solid #c1c1c1;
}


.ca-item-main p{font-size:12px; color:#5e5e5e; text-align:left; line-height:18px;}

.ca-item h3{
	font-family: 'arial', sans-serif;
	text-transform:uppercase;
	font-size:12px;
	color:#3b5998;
	margin-bottom:0px;

	text-align:left;
	text-shadow: 0px 1px 1px #e4ebe9;
}

.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	position:absolute;
	top:25%;
	margin-top:19px;
	left:-25px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-25px;
}
.ca-nav span:hover{
	opacity:1.0;
}