/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:0px auto 20px auto;
	width:1000px;
	height:400px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:1000px;
	height:100%;
}

.ca-item-main{
	padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
}
.ca-icon{
	width:230px;
	height:285px;
	position:relative;
	float:left;
	margin:20px 60px 0 30px;
}
.ca-item-2 .ca-icon{
	background-image:url(../images/director.jpg);
}
.ca-item-3 .ca-icon{
	background-image:url(../images/md.jpg);
}

.ca-item-4 .ca-icon{
	background-image:url(../images/ml.jpg);
}
.ca-item-5 .ca-icon{
	background-image:url(../images/stanly.jpg);
}
.ca-item-6 .ca-icon{
	background-image:url(../images/mani.jpg);
}
.ca-item h4{
font-size:20px; color:#ff5000; }

.ca-item span{color:#0299af; font-size:16px; margin-top:-20px; margin-bottom:10px; float:left; width:300px;}

.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;
}


