/*
 * 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: 16px;
	height: 100%;
	background: red;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}
.jspVerticalBar *, .jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	position: relative;
	background-image: url(../images/bgrx_slider.png);
	background-repeat: repeat-x;
	height: 11px;
	position: relative;
	width: 966px;
}
.jspDrag {
	position: relative;
	top:0px;
	left: 0;
	cursor: pointer;
	background-image: url(../images/bg_slider.png);
	background-repeat: no-repeat;
	cursor: pointer;
	height: 11px;
	width: 92px !important;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspCorner {
	background-image:url(../images/homeSliderRightCap.png);
	background-repeat:no-repeat;
	background-position: 0 1px;
	float: left;
	height: 100%;
}
.scrollMostPopHomepage .jspTrack {
	background-image: url(../images/bg_mostpopslider.png);
	background-repeat: no-repeat;
	bottom: 12px;
	height: 10px;
	left: 17px;
	position: absolute;
	width: 589px;
}
.scrollMostPopHomepage .jspDrag {
	background-image: url(../images/bg_handlermostpop.png);
	height: 12px;
	left: 2px;
	top: -2px;
	width: 90px;
}
.scrollMostPopHomepage .scroll-pane { 
	height: 355px;
}
.scrollMostPopHomepage .jspContainer {
	height: 344px !important;
}
.scrollMostPopHomepage .jspHorizontalBar{
	left: -17px;
}
.scrollMostPopHomepage.bigMode .jspTrack {
	background-image: url(../images/bg_mostpopsliderbig.png);
	
}
.scrollMostPopHomepage.bigMode .jspDrag {
	background-image: url(../images/bg_handlermostpop.png);
	
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}
.jspContainer {
	height: 393px !important;
	width: 100% !important;
}
.scroll-pane {
	width: 100%!important;
	height: 393px;
	overflow-y: auto;
}
.horizontal-only {
}
