/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:0 auto 20px auto;
	width:924px;
	height:202px;
	background: url(../images/index_tabbg.jpg) repeat-x;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:185px;
	height:100%;
}


.ca-item-main{
	position:absolute;
	overflow:hidden;
}


.ca-nav span{
	width:22px;
	height:202px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	position:absolute;
	left:-22px;
	text-indent:-9000px;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-22px;
}
.ca-nav span:hover{
	opacity:0.8;
}


.ca-item-main h3{
	height:18px;
	font-size: 13px;
	padding: 5px 5px 7px 0px;
	overflow: hidden;
}