
/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin-left:-6px;
	width:850px;
	height:325px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:200px;
	height:100%;
	text-align:center;
}
.ca-item-main{
	padding: 0 5px;
        margin: 0 5px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:none;
        overflow:hidden;
        margin-top:1px;
}
.ca-item-main-bordered{
    margin-top:0;    
    border: #74715D 1px dotted;
}

.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-nav span{
	width:25px;
	height:38px;
	background:transparent url(/js/left.png) no-repeat;
	position:absolute;
	top:50%;
	margin-top:100px;
	left:660px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background:transparent url(/js/right.png) no-repeat;
	left:auto;
        margin-left:680px;
}
.ca-nav span.ca-nav-prev{
    background:transparent url(/js/left_h.png) no-repeat;
}
.ca-nav span.ca-nav-next{
    background:transparent url(/js/right_h.png) no-repeat;
}
.ca-nav span:hover{
	opacity:1.0;
}
.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;
}