.ca-container {
	position: relative;
	margin: 0px auto;
	width: 1040px;
	height: 550px;
	display: block;
	padding: 0px;
}
.ca-wrapper {
	width: 100%;
	height: 570px;
	position: relative;
	overflow: hidden;
	left: -10px;
	top: 0px;
}
.ca-item {
	position: relative;
	float: left;
	width: 264px;
	height: 100%;
	text-align: center;
	margin: 0px;
}
.ca-item-main {
	padding:0px;
	position:absolute;
	top:0px;
	left:18px;
	right:18px;
	bottom:0px;
	overflow:hidden;
}
.ca-icon {
	width:226px;
	height:226px;
	position:relative;
	margin:0 auto;
}
.ca-icon img {
	width: 218px;
	height: 218px;
	display: block;
	border: 4px solid #FFF;
}
.ca-item h3 {
	font-size: 20px;
	margin: 17px 15px 13px;
	padding: 0px;
	text-align: center;
	font-weight: 500;
	font-variant: normal;
	height: 24px;
	overflow: hidden;
}
.ca-content-wrapper {
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element 
	height:480px;*/
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-item:hover {
}
.ca-item .panel-container {
	margin: 2px 0px 20px;
	padding: 0px 15px;
	max-height: 153px!important;
	height: auto!important;
	overflow: hidden;
	height: 153px;
	overflow: hidden;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
}
.ca-item .panel-container p {
	margin: 0px;
	padding: 0px;
}
.ca-item a, .ca-item a:hover span.morelink {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.ca-item a {
	text-decoration: none;
	color: #333;
	display: block;
	padding: 0px 0px 19px;
}
.ca-item a:hover {
	text-decoration: none;
	background: #FFF;
}
.ca-item a span.morelink {
	font-size: 15px;
	font-weight: 600;
	color: #2458B6;
	background: #AAD8E7;
	text-align: center;
	display: block;
	padding: 3px 20px 4px;
	width: 100px;
	margin: 0px auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
}
.ca-item a:hover span.morelink {
	background: #73BFD7;
}
.ca-nav span {
	width:26px;
	height:92px;
	background:transparent url(images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-46px;
	left:-33px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-26px;
}
.ca-nav span:hover{
	opacity:1.0;
}