/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

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

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	overflow: visible;
}

.jspVerticalBar *{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: block;
	width: 5px;
	height: 5px;
}

.jspTrack {
	position: relative;
	width: 18px;
	background: url("/img_top/sc_back.gif") 0 0;
}
.jspDrag {
	position: relative;
	top: 0;
	left: 5px;
	width: 6px;
	background:  #fff;
	border: solid 1px #dadace;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
}
*html .jspDrag {
	width: 8px;
}

.jspArrow {
	width: 18px;
	height: 18px;
	background: #fff;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow:focus {
	outline: none;
}
.jspArrowUp {
	background: url("/img_top/sc_up.gif") !important;
	position: relative;
	top: -5px;
}
.jspArrowUp:hover {
	background: url("/img_top/sc_up_over.gif") !important;
}
.jspArrowDown {
	background: url("/img_top/sc_down.gif") !important;
	position: relative;
	top: 5px;
}
.jspArrowDown:hover {
	background: url("/img_top/sc_down_over.gif") !important;
}
