/* Circular Content Carousel Style */
.ca-container{
	height: 250px;
    margin: 0;
    position: relative;
    width: 1040px;
	
}

.ca-container-int{
	height: 107px;
    margin: 0;
    position: relative;
    width: 270px;
	
}

.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.item{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.63;
	position:relative;
	float:left;
	width:280px;
	height:100%;
	text-align:left;
	
}

.ca-container .item{
	margin-right: 12px;
}

.ca-container-int .item{
	margin-right: 12px;
}

.ca-item-main{
	padding:0 10px;
	position:absolute;
	top:1px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	border-left: 1px #CCC dotted;
	
}
.ca-icon{
	width:180px;
	height:90px;
	position:relative;
	background:transparent url(../images/01.jpg) no-repeat;
	margin:10px 0;
}

.item h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	color:#000;
	text-align:left;
	margin:0;
}

.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}

.ca-content-text p{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}

.ca-nav span{
   background: url("../images/slider_arrows.png") no-repeat scroll left top #fff;
    bottom: -30px;
    cursor: pointer;
    height: 80px;
    margin-top: 19px;
    opacity: 0.7;
    position: absolute;
    right: -45px;
    text-indent: -9000px;
    width: 40px !important;
    z-index: 99999;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right: -1065px;
	width: 40px !important;
}
.ca-nav span:hover{
	opacity:1.0;
}

.clear {
	clear:both;
	}