@charset "UTF-8";
/* CSS Document */

.scroll-pane {
	width:972px;
	height:525px;
	overflow: auto;
	float: left;
	margin-left:0px;
	margin-bottom:10px;
}
/*set Scrollable text Sizes here, default h settings can be used but this allow further tailoring*/
/*.scroll-pane h4 { margin-left:10px; margin-right:10px; margin-top:0px; font-size:12px; color:#333; font-weight:normal; text-align:left;}*/
/*set images to have a minimum 10px right border*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	margin-top:5px;
	height: 100%;
	background:url(/Graphics/BGs/Slider/Scroll-Bar-Track.png) repeat-y;
	min-width:20px;
	z-index:4;
}
.jScrollPaneDrag {
	position: absolute;
	background:url(/Graphics/BGs/Slider/SliderButton-Large.png);
	background-position: 50% 50%;
	cursor: pointer;
	overflow: hidden;
	min-height:72px;
	max-height:500px;
	min-width:20px;
	z-index:7;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}
.jScrollPaneDrag:hover, .jScrollPaneDrag:active, .jScrollPaneDrag:focus { background:url(/Graphics/BGs/Slider/SliderButton-Large-Over.png); background-position: 50% 50%;}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index:8;
	margin-top:10px;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(/Graphics/BGs/Slider/ArrowButton-Up.png) no-repeat;
	min-width:20px;
	min-height:36px;
}
a.jScrollArrowUp:hover { background:url(/Graphics/BGs/Slider/ArrowButton-Up-Over.png) no-repeat;}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index:8;
	bottom:0;
	padding-bottom:0px;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(/Graphics/BGs/Slider/ArrowButton-Down.png) no-repeat;
	min-width:20px;
	min-height:36px;
}
a.jScrollArrowDown:hover {background:url(/Graphics/BGs/Slider/ArrowButton-Down-Over.png) no-repeat;}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

