/* @override http://themes.siiimple.com/shaka/wp-content/themes/Shaka/framework/css/contentcarousel.css?ver=3.4.1 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: #fff;

}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #fff;
	position: relative;
}

.jspDrag
{
	background: #000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 10px;
}

.jspHorizontalBar .jspArrow
{
	width: 10px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/**************************** Circular Content Carousel Style */

#cc { 
	border-top: 1px solid #eee; 
	padding-top: 40px;
	padding-bottom: 20px;
}

#cc h4 { 
	padding-bottom: 20px;
	margin-left: 40px; 
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
	}

.ca-container{
	background:url(../images/bg-cc.png)center no-repeat; 
	position:relative;
	margin:20px auto 20px auto;
	width:960px;
	height:305px;

	
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:320px;
	height:100%;
	text-align:center;
}
.ca-more{
	font-family: "PT Sans Narrow";
	background:url(../images/nav-right.png)no-repeat 57px 4px;
	padding-right: 12px;
	text-align:center;
	color:#444;
	width: 320px;
	font-weight: 700;
}
.ca-close{
	position:absolute;
	top:20px;
	right:20px;
	background:url(../images/cross.png) no-repeat center center;
	width:10px;
	height:10px;
	text-indent:-9000px;
	outline:none;
	opacity:1;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	position:absolute;
	top:5px;
	left:0px;
	right:0px;
	bottom:5px;
	background:transparent;
	overflow:hidden;
	margin: 0 0px;
}

.ca-item-main img { 
	height: 125px;
	width: 232px; 
	margin-bottom: 10px;
	-webkit-border-radius:10px;
	border: 1px solid #eee;
	
	}
	

.ca-item-main p { 
	margin-bottom: 10px;
	padding: 0 35px; 
	font-size: 13px;
	line-height: 18px;
	}

.ca-item-main h5 { 
	 margin-bottom: 5px;
	}

.ca-item h4{
	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-content-wrapper{
	background: #444;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:320px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
	margin-right: 20px;
	
	
}
.ca-content{
	width:640px;
	overflow:hidden;

}
.ca-content-text{
	font-size: 14px;
	padding-left: 35px;
	margin-top: 10px;
	width: 440px;
	line-height:24px;
}
.ca-content-text p{
	color: #fff;
	font-size: 14px;

	padding-bottom:5px;
	padding-right: 50px;
	margin-bottom: 0;
}
.ca-content h6{
	margin:55px 20px 0px 35px;
	font-size:22px;
	padding-bottom:5px;
	margin-bottom: 15px;
	color:#999;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#ddd;
	background:#333;
	padding:7px 12px;
	font-size:14px;
	font-weight: 700;
	font-family: "PT Sans Narrow";
}
.ca-content ul li a:hover{
	background:#fff;
	color:#444;
	text-shadow:none;
}
.ca-nav span{
	width:20px;
	height:20px;
	background:#222 url(../images/arrows.png) no-repeat top left;
	position:absolute;
	border-radius: 50%;
	top:50%;
	text-indent:-9000px;
	opacity:.8;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-10px;
	
}

.ca-nav span.ca-nav-prev { 
	left: -10px; 
	}

.ca-nav span.ca-nav-next:hover{
	background:#dc5d5d url(../images/arrows.png) no-repeat top right;
		
}

.ca-nav span.ca-nav-prev:hover{
	background:#dc5d5d url(../images/arrows.png) no-repeat top left;
		
}