/* Circular Content Carousel Style */
body { margin:0px; padding:0px;}
/*.ca-container {
	position: relative;
	margin: 0 auto;
	width:740px;
	height:400px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
*/
a {
  text-decoration: none;
}
.ca-container {
	width:616px;
	height:400px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
	margin-left:70px;
}
.ca-item {
  float: left;
  height: 100%;
  text-align: left;
  width:215px;
}
.ca-item h3 {
  color: #4B4B4B;
  font-size: 15px;
  margin: 0;
  padding: 9px 0 9px;
 text-align:center;}
.ca-item p {
  color: #4B4B4B;
  font-size: 12px;
  margin: 0;
  padding: 0 0 17px;
  text-align:center;}
.ca-more-wrap {
}
.ca-more {
  background: none repeat scroll 0 0 #CD371E;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 12px;
  padding: 4px 14px;
  text-align: center;
  text-decoration: none;
  width:44px;
  margin:auto;}
/*a.ca-more {
  background-color:#cd371e;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 12px;
  padding: 4px 14px;
  text-align: center;
  text-decoration: none;
}
a.ca-more:hover {
	background-color:#db6d26;
	color: #000;
}

*/
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main {
	margin-right:50px;
}
.ca-item-main img {
width: 100%; 
border-radius:6px;
border:10px solid #333333;
}

.ca-content-wrapper{
	position:absolute;
	width:0px;
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}

.ca-content{
	width:660px;
	overflow:hidden;
	background: #2980b9;
	border-radius: 15px;
}

.ca-content-text{
	font-size: 14px;
	font-style: italic;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#fff;
	border-bottom:2px solid #fff;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
	list-style: none;
}
.ca-content ul li a{
	color:#2980b9;
	background:#fff;
	padding:3px 6px;
	font-size:14px;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	text-shadow:none;
}
.ca-nav span {
  background: url("../images/arrow_left.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 51px;
  left: 13px;
  margin-top: -19px;
  opacity: 0.7;
  position: absolute;
  text-indent: -9000px;
  top: 10%;
  width: 46px;
  z-index: 100;
}
.ca-nav span.ca-nav-next {
	width:46px;
	height:51px;
	background: transparent url(../images/arrow_right.jpg) no-repeat top right;
/*	background-position: -24px;*/
	left:auto;
	right:0px;
}
.ca-nav span:hover{
	opacity:1.0;
}