/* Circular Content Carousel Style */
.ca_container{
	position:relative;
	margin:10px auto 20px auto;
	width:940px;
	height:440px;
}
.ca_wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca_item{
	position:relative;
	float:left;
	width:312px;
	height:100%;
}
.ca_more{
	position: absolute;
	text-align:center;
	color: #FFFFFF;
	font-family: 'MyriadProRegular',Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 1px #897c63;
}
.ca_close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../images/carousel/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:10px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#E8E8E8;
	overflow:hidden;
}
.ca_item_main .image_holder{
	width:280px;
	height:212px;
	border:1px solid #D1D1D1;
	overflow:hidden;
}
.ca_item_main .image_holder img{
    width:290px;
    height:290px;
	margin:0px 0px -50px -5px;
}
.ca_item .title{
	font-family:'MyriadProLight', Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#24769E;
	margin:10px 0px 5px 0px;
}
.ca_item .short_des{
	font-size:16px;
	padding:0px;
	line-height:24px;
	height:100px;
	margin:0px 0px 10px 0px;
	overflow:hidden;
}
.ca_content_wrapper{
	background:#E8E8E8;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:430px;
	top:5px;
	text-align:left;
	z-index:11;
	overflow:hidden;
}
.ca_content{
	width:584px;
	padding:20px;
	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: "Georgia","Times New Roman",serif;
	color:#60817a;
	border-bottom:2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
.ca_nav span{
	width:25px;
	height:38px;
	background:transparent url(../images/carousel/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:11;
}
.ca_nav span.ca_nav_next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca_nav span:hover{
	opacity:1.0;
}

/* 
CSS Styles that are needed by jScrollPane for it to operate correctly.
DO NOT EDIT STYLES BELOW
*/

.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;
}