/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:5px auto 0px auto;
	width:880px;
	height:75px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:140px;
	height:100%;
	text-align:center;
}




.ca-icon{
	width:120px;
	height:58px;
	position:relative;
		margin:0 auto;
	background:transparent url(../images/aig.jpg) no-repeat center center;
}
.ca-item-2 .ca-icon{
	background:transparent url(../images/axis.jpg) no-repeat center center;
}
.ca-item-3 .ca-icon{
background:transparent url(../images/bharti.jpg) no-repeat center center;
}
.ca-item-4 .ca-icon{
	background:transparent url(../images/benchmark.jpg) no-repeat center center;
}
.ca-item-5 .ca-icon{
	background:transparent url(../images/birla.jpg) no-repeat center center;
}
.ca-item-6 .ca-icon{
	background:transparent url(../images/bnp.jpg) no-repeat center center;
}
.ca-item-7 .ca-icon{
	background:transparent url(../images/bob.jpg) no-repeat center center;
}


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

.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 5px;

	
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}
