/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
	line-height:		1px;
	font-size:			1px;
	position:			absolute;
	top:				0;
	left:				0;
}

.vscrollerbase {
	width:				8px;
	background-color:	#000000;
	position:			relative;
	z-index:			100;
}

.vscrollerbar {
	margin-left:		1px;
	width:				6px;
	height:				34px! important;
	background-color:	#FFFFFF;
	border-top:			solid 1px #000000;
	border-bottom:		solid 1px #000000;
	position:			relative;
	z-index:			1000;
}

.hscrollerbase {
	height:				6px;
	background-color:	#000000;
}

.hscrollerbar {
	height:				4px;
	background-color:	#FFFFFF;
}

.scrollerjogbox {
	width:				10px;
	height:				10px;
	top:				auto;
	left:				auto;
	bottom:				0px;
	right:				0px;
	background-color:	gray;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #000000;
}
.jScrollPaneDrag {
	position: absolute;
	background: #FFFFFF;
	cursor: pointer;
	overflow: hidden;
	border: solid 1px #000000;
}
.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: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
