/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	width:980px;
	height:222px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 0px;

	
}
.ca-wrapper{
	width:980px;
	height:100%;
	position:relative;
	padding-top: 11px;
	
	
}
.iteminfo {
	width: 217px;
	float: left;
}
.iteminfo a {
	color: #8FCACD;
	margin-top: 0px;
	padding-top: 0px;
}
.iteminfo a:hover {
	color: #FFF;
}


.ca-item{
	position:relative;
	height:100%;
	text-align:left;
	padding-top: 0px;
	float: left;
	padding-left: 0px;
	width: 255px;
	
	
}
.itembox {
	height: 213px;
	width: 223px;
	padding-left: 0px;
	float: left;
	font-size: 12px;
	line-height: 18px;
}
.itempic {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 11px;
}



.ca-nav span{
	width:30px;
	height:30px;
	position:absolute;
	top:113%;
	margin-top:-19px;
	left:0px;
	text-indent:-9000px;
	cursor:pointer;
	z-index:100;
	background-color: transparent;
	background-image: url(../cja_marine_services_images/arrows.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:0px;
}
.ca-nav span:hover{
	opacity:0.95;
	
}

/**************new addition**********/





.ca-item-main h1{
	color:#0F386B;
	font-size:15px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 11px;
	margin-left: 0;
	padding-bottom: 11px;


}
.ca-item-main img{


}
