﻿/* Circular Content Carousel Style */

.is_img{
	width:115px;
	height:115px;
	margin-top:10px;
}

.ca-container{
	position:relative;
	margin:0px auto;
	width:870px;
	height:211px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:217px;
	height:100%;
	text-align:center;
}
.ca-more, .ca-more:visited, .ca-more:link, .ca-more:focus{
	position: absolute;
	bottom: 0px;
	left:0px;
	padding:4px 8px;
	font-weight:normal;
	background: #777676;
	text-align:center;
	border:solid 1px #fff;
	border-left:0px;
	color: white;
	text-decoration:none !important;
	font-size: 1em;
	font-family:"Segoe UI",Tahoma;
	/*-webkit-box-shadow: -5px 0 10px 2px #C2C2C2;
	box-shadow: 0px 0 10px 2px #C2C2C2;*/
}
.ca-more:hover{
	background: #e31b22;	
}
.ca-close{
	position:absolute;
	top:10px;
	left:10px;
	background:#fff url(/style%20library/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;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	border: solid 1px #e3e2e2;
	-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);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.ca-item-main img{
	width: 100px;
	height: 100px;
	margin-top: 8px;
}
.ca-content-img{
	max-height:187px;
}

.larg-content-img{
	max-height: 270px;
	max-width:590px;
	overflow:hidden;
}

.ca-item h3{
	font-size:1em;
	color:#777676;
	font-family:"Segoe UI",Tahoma;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:0px;
	height:17px;
	overflow:hidden;
	text-align:center;
}
.ca-item div.slider_txt{
	font-family:"Segoe UI",Tahoma;
	font-weight:normal;
	font-size:2.1em;
	text-align:center;
	margin:0px;
	position:relative;
	/*height: 42px;*/
	width:100%;
	color:#777676;
	/*overflow: hidden;*/
	direction:ltr;
}
.ca-item div.slider_txt div{
	display: block;
	float:left;
	width: 100%;
	color: #8b0b01;	
}
.ca-item div.slider_txt > div:first-child{
	line-height: 40px;
}
.slider_link:link, .slider_link:visited, .slider_link:focus{
	float:left;
	text-decoration:none !important;
	color:#777676;
	border:0px;
}
.slider_link:hover{
	float:left;
	text-decoration:none !important;
	color:#777676;
}

.slider_link:hover .slider_txt{
	color:#e31b22;
}

.slider_unit{
	font-size:0.45em;
}

/*.ca-item h4 div{
	width:100%;
	height:25px;
	float:left;
	text-align:center;
	border:solid 1px red;
}*/
.ca-item .slider_txt div{
	display:inline-block;
}
.ca-item .slider_txt div.ca-quote{
	color:#f4eee3;
	font-size:3em;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#fff;
	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: 0.875em;
	font-style: italic;
	color:#777676;
	font-family: "Segoe UI",Tahoma;
	margin:0px 20px 17px 20px;
	line-height:24px;
	height: 100px;
	overflow:hidden;
	text-align: right;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:12px 20px 0px 20px;
	font-size:1.25em;
	font-weight:normal;
	padding-bottom:5px;
	color:#777676;
	font-family: "Segoe UI",Tahoma;
	border-bottom:1px solid #777676;
	max-height: 36px;
	overflow: hidden;
	text-align: right;
}
.ca-content ul{
	margin:0px;
	height:30px;
	list-style-type: none;
	padding: 0 20px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	font-family: "Segoe UI",Tahoma;
	font-style:italic;
	padding:4px 8px;
	font-weight:normal;
	background: #e31b22;
	text-align:center;
	border:solid 1px #fff;
	text-decoration:none !important;
	font-size: 1em;
	-webkit-box-shadow: 0 0 10px 2px #969494;
	box-shadow: 0 0 10px 2px #969494;
	-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
transition: background 0.5s ease;
}
	
.ca-content ul li a:hover{
	background:#777676;
	-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-ms-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
transition: background 0.5s ease;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(/style%20library/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;
}
.ca-nav > span > span{
	display: none;
}