* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/* Circular Content Carousel Style */
.ca-container{
	margin: 10px auto;
	width:920px;
	display:inline-block;
	padding: 0 20px;
	position: relative;
}

.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
	float: left;
}
.ca-item{
	position:relative;
	float:left;
	height:100%;
	text-align:center;
	margin: 0;

	width: 140px;
}
.ca-item-main{
	position:absolute;
	color: #666;
	cursor: pointer;

	padding: 10px 10px 10px 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.ca-icon{
	position:relative;
	margin:0 auto;
}
.ca-item-main:HOVER{
	color: #c70000;
}

.ca-item-main.disable{
	color: #c6c6c6 !important;
	cursor: default !important;
}


.ca-item h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: lighter;
	font-size:12px;
	margin: 10px auto;
	text-align:center;
	width: 125px;
	height: 30px;
	color: #3c3d3e;
	overflow: hidden;
}

.ca-item h4{
	margin: auto;
	background: #f8f8f8;
	border: 1px solid #e5e5e3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	text-align: center;
	width: 106px;
	padding: 3px 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: lighter;
	font-size:12px;
	line-height: 1.4;
	text-decoration: none;
}

.ca-content ul{
	margin:20px 35px;
	height:30px;
	background: #F00; 
}
.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{
	width:33px;
	height:33px;
	background:transparent url(../img/arrows.gif) no-repeat top left;
	position:absolute;
	text-indent:-9000px;
	opacity:1.0;
	cursor:pointer;
	z-index:100;

	top:90px;
	margin-top:0;
	left:0;
}

.ca-nav span.ca-nav-next{
	background-position:top right;
	top:90px;
	margin-top:0;
	left:927px;
}
.ca-nav span:hover{
	opacity:1.0;
	background:transparent url(../img/arrows-o.gif) no-repeat top left;
}
.ca-nav span:hover.ca-nav-next{
	opacity:1.0;
	background:transparent url(../img/arrows-o.gif) no-repeat top right;
}