/*
 * 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.
 */
.scroll-pane {
	height: 370px;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
}
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right: 475px;
	width: 18px;
	height: 100%;
	background: transparent;
	z-index: 50;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 18px;
	background: transparent;
}
.jspVerticalBar *,
.jspHorizontalBar *{
	margin: 0;
	padding: 0;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}

/* .jspHorizontalBar .jspTrack{
	background: url(/images/left_cart_scroll_line_hor.png) top left repeat-x; 
	position: relative;
	padding-right: 4px;
} */
.jspVerticalBar .jspTrack{
	background: url(/images/scroll-pane__bg.jpg) 0 0 repeat-y;
	position: relative;
	padding: 1px 0;
	margin: 0 0 -2px 0;
}

.jspVerticalBar .jspDrag{
	background: url(../images/scroll-pane_vertical.jpg) no-repeat scroll 50% 50% transparent;
	border-bottom: 1px solid #4b7dad;
	border-left: 1px solid #326ba5;
	border-right: 1px solid #477aaa;
	border-top: 1px solid #4b7dad;
	border-radius: 2px;
    cursor: pointer;
    left: 1px;
    position: relative;
    top: 0px;
	width:14px;
}
/* .jspHorizontalBar .jspDrag{
	background: url("/images/left_cart_scroll_hor.png") no-repeat scroll 50% 50% transparent;
    border: 1px solid #F4B90C;
    border-radius: 7px;
    box-shadow: 2px 1px 6px #999999;
    cursor: pointer;
    left: 0;
    position: relative;
    bottom: 0;
} */

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;	
}

.jspArrow{
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	z-index: 10;
}

.jspVerticalBar .jspArrowUp{
	height: 17px;
}
.jspVerticalBar .jspArrowDown{
	height: 17px;
}

.jspHorizontalBar .jspArrow{
	width: 18px;
	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;
}
.jspArrowUp {
	background: url(../images/scroll-pane_up.jpg) 0 0 no-repeat;
}
.jspArrowDown {
	background: url(../images/scroll-pane_down.jpg) 0 0 no-repeat;
}
/* .jspArrowLeft {
	background: url(/images/left_cart_scroll_left.png) top left no-repeat;
}
.jspArrowRight {
	background: url(/images/left_cart_scroll_right.png) top left no-repeat;
} */