/* Circular Content Carousel Style */
.ca-container {
	position: relative;
	margin: 25px 0 0px 0;
	width: 697px;
	height: 340px;
	float: left;
}
.ca-containerlist {
	position: relative;
	margin: 25px 0 0px 0;
	width: 706px;
	height: 730px;
	float: left;
}
.ca-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	margin : 0 0 0 17px;
}
.ca-wrappertop {
	width: 100%;
	height: 100%;
	position: absolute;
}
.ca-item {
	position: relative;
	float: left;
	width: 235px;
	height: 100%;
	text-align: center;
}
.ca-itemlist {
	position: relative;
	float: left;
	width: 235px;
	height: 50%;
	text-align: center;
}
.ca_more {
	float: right;
	margin: 15px 10px 0 0px;
	padding: 4px 5px;
	font-weight: bold;
	background: #fff;
	text-align: center;
	color: #000;
	font-style: italic;
	text-decoration: none;
	border: 1px solid #9b9b9b;
}
.ca_more:hover {
	float: right;
	margin: 15px 10px 0 0px;
	padding: 4px 5px;
	font-weight: bold;
	background: #B21418;
	text-align: center;
	color: white;
	font-style: italic;
	text-decoration: none;
	border: 1px solid #9b9b9b;
}
.ca-add {
	float: left;
	margin: 5px 0px 0 41px;
	padding: 4px 5px;
	font-weight: bold;
	background: #EDEBEC;
	text-align: center;
	color: #000;
	font-style: italic;
	text-decoration: none;
	border: 1px solid #9b9b9b;
}

.ca-add:hover {
	float: left;
	margin: 5px 0px 0 41px;
	padding: 4px 5px;
	font-weight: bold;
	background: #B21418;
	text-align: center;
	color: #fff;
	font-style: italic;
	text-decoration: none;
	border: 1px solid #9b9b9b;
}

.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 {
	position: absolute;
	background: #fff;
	overflow: hidden;
	border: 1px solid #9b9b9b;
	height: 320px;
	margin: 0 10px 0 0;
	width : 189px;
}
.ca-price {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #414141;
}
.ca-icon {
	height: 145px;
	position: relative;
	margin: 20px 0 0;
}
.ca-item h3 {
	font-size: 14px;
	font-weight: 700;
	color: #414141;
	margin: 25px 0 0;
	text-align: center;
	height: 50px;
	float: letf;
	padding: 5px;
}
.ca-item h6 {
	font-size: 12px;
	font-weight: 300;
	color: #414141;
	margin-bottom: 10px;
	text-align: center;
}
.ca-item h4 {
	font-style: italic;
	font-size: 12px;
	text-align: left;
	border-left: 10px solid #b0ccc6;
	padding-left: 10px;
	line-height: 24px;
	margin: 10px;
	position: relative;
}
.ca-item h4 span {
	text-indent: 40px;
	display: block;
}
.ca-item h4 span.ca-quote {
	color: #f4eee3;
	font-size: 100px;
	position: absolute;
	top: 20px;
	left: 0px;
	text-indent: 0px;
}
.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-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: 3px;
	text-indent: -9000px;
	opacity: 0.7;
	cursor: pointer;
	z-index: 100;
}
.ca-nav span.ca-nav-next {
	background-position: top right;
	left: auto;
	right: 5px;
}
.ca-nav span:hover {
	opacity: 1.0;
}
