p.scrollText { margin: 5px 16px 5px 0; }

/* jScrollPane */
.jspContainer {	position: relative;	overflow: hidden; z-index: 1; outline-style: none; height: 185px; }
.jspPane { padding: 0; width: 430px; height: auto; overflow: visible; position: absolute; top: 0; }

.jspVerticalBar { height: 100%; background: none; position: absolute; right: 0;	top: 0;	width: 11px; }
.jspVerticalBar * { margin: 0; padding: 0; }
.jspCap { display: none; }

.jspTrack {	position: relative;	cursor: pointer; height: 100%; background: #fff; }
.jspDrag { position: relative; top: 0; left: 0;	background: #E6E6E6 url('../../img/scrollerDrag.png') no-repeat center center;	cursor: pointer; overflow: hidden; margin: 11px 0 11px 0; -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px; }
.jspDrag:hover { background: #CCCCCC url('../../img/scrollerDragHover.png') no-repeat center center; }
.jspDragTop { position: absolute; top: 0; left: 0; overflow: hidden; }
.jspDragBottom { position: absolute; bottom: 0;	left: 0; overflow: hidden; }

.jspArrow {	background: #50506d; text-indent: -20000px;	display: block;	cursor: pointer; }
/*.jspArrow.jspDisabled { cursor: default; background: none; }*/
.jspVerticalBar .jspArrow {	height: 11px; }
.jspCorner { background: #eeeef4; float: left; height: 100%; }

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

a.jspArrowUp { display: block; position: absolute; z-index: 1; top: 0; right: 0; text-indent: -2000px; overflow: hidden; background: url('../../img/scrollerArrows.png') no-repeat left 0; height: 11px; width: 11px; }
a.jspArrowUp:hover { background-position: right 0px; }

a.jspArrowDown { display: block; position: absolute; z-index: 1; bottom: 0; right: 0; text-indent: -2000px; overflow: hidden; background: url('../../img/scrollerArrows.png') no-repeat left -13px; height: 11px; width: 11px; }
a.jspArrowDown:hover { background-position: right -13px; }
a.jspActiveArrowButton, a.jspActiveArrowButton:hover {/*background-color: #f00;*/}
