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

.jspPane {position: absolute;}

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

.jspCap {display: none;}

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

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

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

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

.jspVerticalBar .jspArrow {height: 16px;}

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

/* For In The News Section */

section#tours .jspTrack {background: #49796f;}
section#tours .jspDrag {background: #24564c;}

section#ca-crew .jspTrack {background: #942889;}
section#ca-crew .jspDrag {background: #691B61;}

/* Scrollbar Heights */
/*#scroll_one {height: 206px;}*/
#scroll_one {height: 106px; padding-bottom:100px !important;}
#scroll_two {height: 372px;margin: 0 0 35px;}
#scroll_three {height: 385px;}
#scroll_four {height: 423px;margin: 20px 0 55px;}
#scroll_five {height:460px;}