/* Circular Content Carousel Style */

.ca-container{
height:195px;
margin:0 auto 20px;
position:relative;	
width:730px;}

.ca-item{
float:left;
height:100px;
position:relative;
width:230px;}

.ca-item-main{
background-color: blue;
border: 2px solid white;
height: 100px;
overflow:hidden;
margin-right: 10px;
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
width: 200px;

box-shadow:2px 2px 2px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.2);}

.ca-nav span{
width:25px;
height:38px;
background:transparent url(../images/arrows.png) no-repeat top left;
position:absolute;
top:28%;
margin-top:-19px;
left:0;
text-indent:-9000px;
opacity:0.7;
cursor:pointer;
z-index:100;}

.ca-nav span.ca-nav-next{
background-position:top right;
left:auto;
right:-15px;}

.ca-nav span:hover{opacity:1.0;}

.ca-wrapper{
height:100%;
margin-left: 40px;
position:relative;
width:92%;}