/* Circular Content Carousel Style */
.ca-container{
	position:relative;

	width:700px;
	height:365px;
	overflow: hidden;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:165px;
	height:100%;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #ccbda2;
	text-align:center;
	color: white;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
}
.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{
	padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	-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);
}

.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	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:#000;
	font-family: 'Coustard', sans-serif;
	color:#60817a;
	border-bottom:2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
.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 {
    background: url("../images/arrow_left_forecast.png") no-repeat scroll left top transparent;
    cursor: pointer;
    height: 343px;
    left: -10px;
    margin-top: -220px;
    opacity: 0.7;
    position: absolute;
    text-indent: -9000px;
    top: 50%;
    width: 22px;
    z-index: 100;
} */


span.ca-nav-prev {
    background: url("../images/arrow_left_forecast.jpg") no-repeat scroll left top transparent;
    cursor: pointer;
    height: 400px;
    left: 0;
    margin-top: 0;
    opacity: 1.00;
    position: absolute;
    text-indent: -9000px;
	background-color: #ffffff;
    width: 22px;
    z-index: 100;
}

span.ca-nav-next {
    background: url("../images/arrow_right_forecast.jpg") no-repeat scroll left top transparent;
    cursor: pointer;
    height: 400px;;
    left: -10px;
    margin-right: 20px;
    margin-top: 0;
	background-color: #ffffff;
    opacity: 1.00;
    position: absolute;
    text-indent: -9000px;
    width: 22px;
    z-index: 100;
}

.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-20px;
}
.ca-nav span:hover{
	opacity:1.0;
}