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

.Video-Scroller {
	width:970px;
	height:640px;
	overflow: auto;
	float: left;
	margin-left:0px;
	margin-top:0px;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	margin-top:0px;
	height: 100%;
	background:url(/Graphics/BGs/Slider/Scroll-Bar-Track.png) repeat-y;
	min-width:20px;
	z-index:4;
	/*visibility:hidden;*//*Use to hide scroll bar and bring in different usability style*/
}
.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:11;
	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:11;
	bottom:10px;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(/Graphics/BGs/Slider/ArrowButton-Down.png) no-repeat;
	min-width:20px;
	height:36px;
}
a.jScrollArrowDown:hover {background:url(/Graphics/BGs/Slider/ArrowButton-Down-Over.png) no-repeat;}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

